Skip to content

Commit b672379

Browse files
committed
add definition of "definite size"
1 parent 781891f commit b672379

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,11 @@ <h2 id='layout-algorithm'>
11271127
</dl>
11281128
</li>
11291129
</ol>
1130+
1131+
<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.
1132+
For example, sizes in pixels or inches are always definite; 'auto' and percent may or may not be definite,
1133+
which depends on how these values were handled before this algorithm is
1134+
applied. </p>
11301135

11311136
<h2 id="pagination">
11321137
Page breaks in flexbox</h2>

0 commit comments

Comments
 (0)