Skip to content

Commit

Permalink
Fix typo in "Computing the table height" (#9794)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergitter authored Jan 14, 2024
1 parent aa08a5b commit b2873bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-tables-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ spec:css-sizing-3; type:property; text:box-sizing
If their collective size ends up being greater than the specified 'height', the specified 'height' will have no effect.

The <strong>minimum height of a row</strong> is the maximum of:
<ul><li>the computed 'height' (if definite, percentages being considered 0px) of its corresponding table-row (if nay)
<ul><li>the computed 'height' (if definite, percentages being considered 0px) of its corresponding table-row (if any)
<li>the computed 'height' of each cell spanning the current row exclusively (if definite, percentages being treated as 0px), and
<li>the minimum height (<a>ROWMIN</a>) required by the cells spanning the row.</ul>

Expand Down

0 comments on commit b2873bc

Please sign in to comment.