Skip to content

Commit 3f0a78b

Browse files
committed
[css3-flexbox] Clarify clarification. :P
1 parent f19faec commit 3f0a78b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3968,8 +3968,10 @@ <h2 class=no-num id=changes>Changes</h2>
39683968

39693969
<li> Clarify that ‘<a href="#align-content-stretch"><code
39703970
class=property>stretch</code></a>’ checks for the <em>computed</em>
3971-
value of the cross-size property, which means that percentages that can't
3972-
be resolved at computed-value time aren't stretched.
3971+
value of the cross-size property being ‘<code class=css>auto</code>’,
3972+
which means that percentage cross-sizes that behave as ‘<code
3973+
class=css>auto</code>’ (because they don't resolve against definite
3974+
sizes) aren't stretched.
39733975
</ul>
39743976

39753977
<p>A <a

css3-flexbox/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3267,7 +3267,9 @@ <h2 class="no-num" id="changes">Changes</h2>
32673267
Correct an omission in the flex-line size determination, so a single-line flexbox will size to its contents if it doesn't have a definite size.
32683268

32693269
<li>
3270-
Clarify that 'stretch' checks for the <em>computed</em> value of the cross-size property, which means that percentages that can't be resolved at computed-value time aren't stretched.
3270+
Clarify that 'stretch' checks for the <em>computed</em> value of the cross-size property being ''auto'',
3271+
which means that percentage cross-sizes that behave as ''auto''
3272+
(because they don't resolve against definite sizes) aren't stretched.
32713273
</ul>
32723274

32733275
<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.

0 commit comments

Comments
 (0)