You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1127,6 +1127,11 @@ <h2 id='layout-algorithm'>
1127
1127
</dl>
1128
1128
</li>
1129
1129
</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
0 commit comments