Skip to content

Commit 83f8028

Browse files
committed
[css-contain] Markup improvements
1 parent e7c789a commit 83f8028

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-contain-1/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Strong Containment: the 'contain' property</h2>
104104
Initial: none
105105
Inherited: no
106106
Applies to: See <a href="#contain-applies">below</a>
107-
Computed value: <del cite=#c1 class=c1>specified keyword(s)</del><ins cite=#c1 class=c1>the keyword ''none'' or one or more of ''size'', ''layout'', ''paint''</ins>
107+
Computed value: <del cite=#c1>specified keyword(s)</del><ins cite=#c1>the keyword ''contain/none'' or one or more of ''size'', ''layout'', ''paint''</ins>
108108
Animation type: not animatable
109109
</pre>
110110

@@ -143,9 +143,9 @@ Strong Containment: the 'contain' property</h2>
143143

144144
<dt><dfn>strict</dfn>
145145
<dd>
146-
This value <ins cite=#c1 class=c1>computes to ''size layout paint'',
146+
This value <ins cite=#c1>computes to ''size layout paint'',
147147
and thus </ins>turns on all forms of <a>containment</a> for the element.
148-
<del cite=#c1 class=c1>In other words, it behaves the same as ''contain: size layout paint;''.</del>.
148+
<del cite=#c1>In other words, it behaves the same as ''contain: size layout paint;''.</del>.
149149

150150
<wpt>
151151
contain-strict-001.html
@@ -157,9 +157,9 @@ Strong Containment: the 'contain' property</h2>
157157

158158
<dt><dfn>content</dfn>
159159
<dd>
160-
This value <ins cite=#c1 class=c1>computes to ''layout paint'',
160+
This value <ins cite=#c1>computes to ''layout paint'',
161161
and thus </ins>turns on all forms of <a>containment</a> <em>except</em> <a>size containment</a> for the element.
162-
<del cite=#c1 class=c1>In other words, it behaves the same as ''contain: layout paint;''.</del>.
162+
<del cite=#c1>In other words, it behaves the same as ''contain: layout paint;''.</del>.
163163

164164
<wpt>
165165
contain-content-001.html
@@ -755,7 +755,7 @@ Size Containment</h3>
755755

756756
2. When laying out the page,
757757
if the [=size containment box|containment box=] is off-screen or obscured,
758-
the layout of its contents <ins class=c2 cite=#c2>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
758+
the layout of its contents <ins cite=#c2>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
759759

760760
<h3 id='containment-layout'>
761761
Layout Containment</h3>
@@ -1127,11 +1127,11 @@ This appendix is <em>informative</em>.
11271127

11281128
<ul>
11291129
<li>
1130-
Marked as <a href="#c1">Candidate Correction 2</a>:
1130+
Marked as <a href="#c1">Candidate Correction 1</a>:
11311131
Changed how the computed values of the contain property are determined for the shortcut values.
11321132

11331133
<li>
1134-
Marked as <a href="#c2">Candidate Correction 1</a>:
1134+
Marked as <a href="#c2">Candidate Correction 2</a>:
11351135
Rewrote much of the [[#containment-size]] section in more detail
11361136
to clarify ambiguities about how it is meant to work,
11371137
and improve the general legibility.

0 commit comments

Comments
 (0)