Skip to content

Commit 44b9b9d

Browse files
committed
[css-flexbox] Whoops, 'either' should be 'neither' margin, for determining stretch. Also fix some links.
--HG-- extra : rebase_source : bf1a97c1351b881cf56f9204de331802d013c42d
1 parent acb79d8 commit 44b9b9d

2 files changed

Lines changed: 187 additions & 391 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ The 'flex-basis' property</h4>
17001700
The <dfn value for=flex-basis>main-size</dfn> keyword, when specified on a <i>flex item</i>,
17011701
retrieves the value of the <i>main size property</i>.
17021702

1703-
<div class="issue">
1703+
<div class="issue" id="issue-auto-name">
17041704
This value was originally named ''auto'',
17051705
but that was problematic because it left us with no keyword to represent an automatic flex basis.
17061706
There were two options for fixing this:
@@ -2049,7 +2049,7 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
20492049
<dt><dfn>stretch</dfn>
20502050
<dd>
20512051
If the <i>cross size property</i> of the <i>flex item</i> computes to ''width/auto'',
2052-
and either of the <a>cross-axis</a> margins are ''margin/auto'',
2052+
and neither of the <a>cross-axis</a> margins are ''margin/auto'',
20532053
the <a>flex item</a> is <dfn dfn for=''>stretched</dfn>.
20542054
Its used value is the length necessary to make the <i>cross size</i> of the item's margin box as close to the same size as the line as possible,
20552055
while still respecting the constraints imposed by 'min-height'/'min-width'/'max-height'/'max-width'.
@@ -3191,7 +3191,7 @@ Substantive Changes and Bugfixes</h4>
31913191
<blockquote>
31923192
<p>On a <a>flex item</a> whose 'overflow' is not ''overflow/visible'',
31933193
<ins>the following table gives the minimum size:
3194-
<a href="#valdef-min-width-min-height-auto"><strong>[see table]</strong></a></ins><br>
3194+
<a value for="min-width" title="auto"><strong>[see table]</strong></a></ins><br>
31953195
<del>this keyword specifies as the minimum size the smaller of:</del></p>
31963196
<del>
31973197
<ul>
@@ -3237,7 +3237,7 @@ Substantive Changes and Bugfixes</h4>
32373237
<p><del>Except for auto, which retrieves the value of the main size property,</del> &hellip;
32383238
</blockquote>
32393239

3240-
<p>See <a href="#issue-753aff05">further discussion</a> on this issue
3240+
<p>See <a href="#issue-auto-name">further discussion</a> on this issue
32413241
and a proposed alternative to solving the same problem.
32423242

32433243
<li id="change-201403-definite-flexing">
@@ -3331,7 +3331,7 @@ Clarifications</h4>
33313331

33323332
<li id="change-201403-abspos-ordering">
33333333
Clarified application of 'order' to absolutely-positioned children of the <i>flex container</i>:
3334-
3334+
33353335
<blockquote>
33363336
<p>An absolutely-positioned child of a flex container does not participate in flex layout
33373337
<del>beyond the reordering step</del>.

0 commit comments

Comments
 (0)