Skip to content

Add clip to overflow for table layout #7492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-tables-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ spec:css-sizing-3; type:property; text:box-sizing
Where the specified values are not applied on the table grid and/or wrapper boxes,
the unset values are used instead for that box (inherit or initial, depending on the property).

<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>,
<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>,
is ignored and treated as if its value was <code>visible</code>.

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