Skip to content

Commit 5d12b6a

Browse files
authored
[css-tables-3] Allow overflow:clip to apply to table root and table wrapper boxes (w3c#7492)
1 parent f612778 commit 5d12b6a

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
@@ -926,7 +926,7 @@ spec:css-sizing-3; type:property; text:box-sizing
926926
Where the specified values are not applied on the table grid and/or wrapper boxes,
927927
the unset values are used instead for that box (inherit or initial, depending on the property).
928928

929-
<li>The 'overflow' property on the <a>table-root</a> and <a>table-wrapper</a> box, when its value is not either <code>visible</code> or <code>hidden</code>,
929+
<li>The 'overflow' property on the <a>table-root</a> and <a>table-wrapper</a> box, when its value is not either <code>visible</code>, <code>clip</code> or <code>hidden</code>,
930930
is ignored and treated as if its value was <code>visible</code>.
931931

932932
<li>All css properties of <a>table-column</a> and <a>table-column-group</a> boxes are ignored,

0 commit comments

Comments
 (0)