Skip to content

Commit 977abb4

Browse files
mregotabatkins
authored andcommitted
[css-contain] Disable size containment on table elements (#2763)
Closes #2746.
1 parent 5a30c6e commit 977abb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css-contain-1/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Types of Containment</h2>
178178
Size Containment</h3>
179179

180180
If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
181+
or if the element is a ''table'',
181182
or if the element is an <a spec="css-display-3">internal table element</a>,
182183
or if the element is an <a spec="css-display-3">internal ruby element</a>,
183184
or if the element's <a>principal box</a> is a <a spec="css-display-3" lt="atomic inline">non-atomic</a> <a spec="css-display-3">inline-level</a> box,

0 commit comments

Comments
 (0)