Skip to content

Commit bb33300

Browse files
author
gregwhitworth
committed
[css-table] Made a small clarifying edit to determining CAPMIN
1 parent db8702c commit bb33300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ spec:css21; type:property; text:max-width
647647
<p>To layout a table, user agents must apply the following actions:
648648
<ol>
649649
<li><b>If the table has at least one caption, compute their minimum width.</b><br/>
650-
This is done by computing their min-content width (including margins, borders and paddings)
650+
This is done by computing the caption's min-content width (including margins, borders and paddings)
651651
under the assumption their parent has a zero width and overflow:visible.
652652
The largest such width will be known as <a href="#capmin">CAPMIN</a>.
653653

0 commit comments

Comments
 (0)