Skip to content

Commit 16d913f

Browse files
committed
[css-flexbox] Fix main/cross mixup. #792
1 parent f2d958f commit 16d913f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

css-flexbox/Overview.bs

+12-7
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ Flex Container Baselines</h3>
22062206
then one is first <a lt="synthesized baseline">synthesized</a>
22072207
from its border edges.)
22082208

2209-
2. Otherwise, the flex container has no first/last main-axis <a>baseline set</a>,
2209+
2. Otherwise, the flex container has no first/last cross-axis <a>baseline set</a>,
22102210
and one is <a lt="synthesize baselines">synthesized</a> if needed
22112211
according to the rules of its <a>alignment context</a>.
22122212

@@ -3388,15 +3388,20 @@ Substantive Changes and Bugfixes</h4>
33883388
See <a href="change-2015-align-self-auto">related previous change</a>
33893389
requiring this computation for absolutely-positioned elements.
33903390
(<a href="https://github.com/w3c/csswg-drafts/issues/440">Issue 440</a>)
3391+
<li id="change-2016-baseline-alignment">
3392+
Change <a>flex items</a> in orthogonal flows and <a>flex items<a> without a baseline
3393+
to both synthesize their alignment baseline from the <a>flex item</a>’s border box.
3394+
<li id="change-2016-main-cross-baseline">
3395+
Fix main/cross error in definition of <a>cross-axis baseline set</a>.
3396+
(<a href="https://github.com/w3c/csswg-drafts/issues/792">Issue 792</a>)
3397+
<blockquote>
3398+
<p>Otherwise, the flex container has no first/last <del>main</del><ins>cross</ins>-axis baseline set&hellip;
3399+
</blockquote>
33913400
</ul>
33923401

3393-
<h4 id="change-201603-substantive">
3394-
Substantive Changes and Bugfixes</h4>
3395-
3402+
<h4 id="change-201605-clarify">
3403+
Clarifications</h4>
33963404
<ul>
3397-
<li id="change-2016-baseline-alignment">
3398-
Change <a>flex items</a> in orthogonal flows and <a>flex items<a> without a baseline
3399-
to both synthesize their alignment baseline from the <a>flex item</a>’s border box.
34003405
</ul>
34013406

34023407
<h3 id="changes-20160301">

0 commit comments

Comments
 (0)