Skip to content

Commit b2873bc

Browse files
Fix typo in "Computing the table height" (#9794)
1 parent aa08a5b commit b2873bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ spec:css-sizing-3; type:property; text:box-sizing
19181918
If their collective size ends up being greater than the specified 'height', the specified 'height' will have no effect.
19191919

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

0 commit comments

Comments
 (0)