add definition of "definite size"

Mon, 12 Mar 2012 00:03:15 -0700

author
Alex Mogilevsky <alexmog@microsoft.com>
date
Mon, 12 Mar 2012 00:03:15 -0700
changeset 4729
8ecc80bfa2ed
parent 4728
5ff50322db2c
child 4730
31a77ffed8db

add definition of "definite size"

css3-flexbox/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-flexbox/Overview.src.html	Sun Mar 11 23:26:47 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.src.html	Mon Mar 12 00:03:15 2012 -0700
     1.3 @@ -1127,6 +1127,11 @@
     1.4  			</dl>
     1.5  		</li>
     1.6  	</ol>
     1.7 +
     1.8 +	<p>For the purposes of this algorithm, measurements are considered <dfn>definite</dfn> if their precise value is known before the start of the algorithm. 
     1.9 +	For example, sizes in pixels or inches are always definite; 'auto' and percent may or may not be definite, 
    1.10 +	which depends on how these values were handled before this algorithm is 
    1.11 +	applied. </p>
    1.12  	
    1.13  <h2 id="pagination">
    1.14  Page breaks in flexbox</h2>

mercurial