Skip to content

Commit ba4ab7e

Browse files
authored
Merge pull request w3c#3898 from ewilligers/contain-display-values
[css-contain] Add links to display keywords
2 parents c9e4b4b + ff43dc9 commit ba4ab7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-contain-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ Size Containment</h3>
512512
<h3 id='containment-layout'>
513513
Layout Containment</h3>
514514

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

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

0 commit comments

Comments
 (0)