@@ -1509,7 +1509,7 @@ Determining the Baselines of a Box</h2>
15091509 <dl>
15101510 <dt> block containers
15111511 <dd>
1512- The first (last) inline-axis [=baseline set=] of a block container
1512+ The first (last) [=baseline set=] of a block container
15131513 is <a>generated</a> from the dominant first (last) baseline
15141514 of the first (last) in-flow line box in the block container,
15151515 or is taken from the first (last) in-flow block-level child in the block container
@@ -1518,47 +1518,26 @@ Determining the Baselines of a Box</h2>
15181518 If there is no such line box or child,
15191519 then the block container has no [=baseline set=] .
15201520
1521- A block container has no block-axis [=baseline set=] .
1522-
15231521 <dt> tables
15241522 <dd>
1525- The first (last) inline-axis [=baseline set=] of a table box
1523+ The first (last) [=baseline set=] of a table box
15261524 is the first (last) [=baseline set=] of its first (last) row.
15271525
15281526 When finding the first (last) baseline set of an inline-block,
15291527 any baselines contributed by table boxes must be skipped.
15301528 (This quirk is a legacy behavior from [[CSS2]] .)
15311529
1532- The first (last) block-axis [=baseline set=] of a table box
1533- is the first (last) [=baseline set=] of its first (last) column.
1534-
15351530 <dt> table rows
15361531 <dd>
15371532 If any cells in the row participate in ''first baseline'' (''last baseline'' ) alignment along the row axis,
1538- the first (last) inline-axis [=baseline set=] of the row
1533+ the first (last) [=baseline set=] of the row
15391534 is <a>generated</a> from their shared <a>alignment baseline</a>
15401535 and the row's <a>first available font</a> ,
15411536 after alignment has been performed.
1542- Otherwise, the first (last) inline-axis [=baseline set=] of the row
1537+ Otherwise, the first (last) [=baseline set=] of the row
15431538 is <a>synthesized</a> from the lowest and highest content edges of the cells in the row.
15441539 [[!CSS2]]
15451540
1546- A table row has no block-axis [=baseline set=] .
1547-
1548- <dt> table columns
1549- <dd>
1550- If any cells in the column participate in ''first baseline'' (''last baseline'' ) alignment
1551- along the column axis (by having a writing mode perpendicular to that of the table),
1552- the first (last) block-axis [=baseline set=] of the column
1553- is <a>generated</a> from their shared <a>alignment baseline</a>
1554- and the column's <a>first available font</a> ,
1555- after alignment has been performed.
1556- Otherwise, the first (last) inline-axis [=baseline set=] of the column
1557- is <a>synthesized</a> from the startmost and endmost content edges of the cells in the column.
1558- [[!CSS2]]
1559-
1560- A table column has no inline-axis [=baseline set=] .
1561-
15621541 <dt> flex containers
15631542 <dd>
15641543 See <a href="https://www.w3.org/TR/css3-flexbox/#flex-baselines">Flex Baselines</a> in [[!CSS-FLEXBOX-1]] .
0 commit comments