Skip to content

Commit d521024

Browse files
committed
[css-tables] Editorial fixes
1 parent c4ef9c9 commit d521024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-tables-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ spec:css22; type:property; text:display
19801980
the top of the cell box
19811981
and the baseline over all cells that have 'vertical-align: baseline'
19821982
is used to set the <dfn id="table-row-baseline">baseline of the row</dfn>.
1983-
If a row has no cell box aligned to its baseline,
1983+
If a row has no cell that has 'vertical-align: basline',
19841984
the baseline of that row is the bottom content edge of the lowest cell in the row.
19851985

19861986
The <dfn id="table-root-baseline">baseline of a table-root</dfn> is the baseline of its first row, if any.
@@ -2265,7 +2265,7 @@ spec:css22; type:property; text:display
22652265
<strong>Visible tracks: </strong>
22662266
For the purpose of this algorithm, a column or row
22672267
is considered a <dfn id="visible-track">visible track</dfn>
2268-
if none of the table-track and table-track-group boxes that <a>span</a> it have 'visibility' set to <code>collapse</code>.</div>
2268+
if neither its corresponding table-track nor its table-track-group parent (if any) have 'visibility' set to <code>collapse</code>.</div>
22692269

22702270
<div class="example">
22712271
<figure>

0 commit comments

Comments
 (0)