Skip to content
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
8 changes: 4 additions & 4 deletions css-contain-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ Size Containment</h3>
<h3 id='containment-layout'>
Layout Containment</h3>

If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'',
If the element does not generate a <a>principal box</a> (as is the case with 'display' values of ''display/contents'' or ''display/none''),
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display/table-cell'',
or if the element is an <a spec="css-display-3">internal ruby element</a>,
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,
layout containment has no effect.
Expand Down Expand Up @@ -784,8 +784,8 @@ Style Containment</h3>
<h3 id='containment-paint'>
Paint Containment</h3>

If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'',
If the element does not generate a <a>principal box</a> (as is the case with 'display' values of ''display/contents'' or ''display/none''),
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display/table-cell'',
or if the element is an <a spec="css-display-3">internal ruby element</a>,
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,
paint containment has no effect.
Expand Down