Skip to content

Commit 069631c

Browse files
committed
table -> table-row in the flex baseline definition
--HG-- extra : rebase_source : 046d141bc116ce1214426c9b5ea4866da14b716f
1 parent a1ab913 commit 069631c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2849,7 +2849,7 @@ <h3 id=flex-baselines><span class=secno>8.5. </span> Flex Baselines</h3>
28492849
<p> When <a
28502850
href="http://www.w3.org/TR/CSS21/tables.html#height-layout">determining
28512851
the baseline of a table cell</a>, a flex container provides a baseline
2852-
just as a line box or table does. <a href="#CSS21"
2852+
just as a line box or table-row does. <a href="#CSS21"
28532853
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
28542854

28552855
<div class=note>

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ <h3 id="flex-baselines">
21452145

21462146
<p>
21472147
When <a href="http://www.w3.org/TR/CSS21/tables.html#height-layout">determining the baseline of a table cell</a>,
2148-
a flex container provides a baseline just as a line box or table does. [[!CSS21]]
2148+
a flex container provides a baseline just as a line box or table-row does. [[!CSS21]]
21492149

21502150
<div class='note'>
21512151
<p>

0 commit comments

Comments
 (0)