@@ -2206,7 +2206,7 @@ Flex Container Baselines</h3>
2206
2206
then one is first <a lt="synthesized baseline">synthesized</a>
2207
2207
from its border edges.)
2208
2208
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> ,
2210
2210
and one is <a lt="synthesize baselines">synthesized</a> if needed
2211
2211
according to the rules of its <a>alignment context</a> .
2212
2212
@@ -3388,15 +3388,20 @@ Substantive Changes and Bugfixes</h4>
3388
3388
See <a href="change-2015-align-self-auto">related previous change</a>
3389
3389
requiring this computation for absolutely-positioned elements.
3390
3390
(<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…
3399
+ </blockquote>
3391
3400
</ul>
3392
3401
3393
- <h4 id="change-201603-substantive">
3394
- Substantive Changes and Bugfixes</h4>
3395
-
3402
+ <h4 id="change-201605-clarify">
3403
+ Clarifications</h4>
3396
3404
<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.
3400
3405
</ul>
3401
3406
3402
3407
<h3 id="changes-20160301">
0 commit comments