Skip to content

Commit 7868271

Browse files
ewilligerstabatkins
authored andcommitted
[css-contain] property names linkified (#2801)
'counter-increment' and 'content' property names are now working links. resolves #2800
1 parent 0fd623c commit 7868271

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-contain-1/Overview.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1515
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
1616
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
1717
Ignored Terms: scrollWidth, scrollHeight, clientWidth, clientHeight
18-
Link Defaults: css-lists-3 (property) counter-increment
1918
</pre>
2019
<pre class="anchors">
2120
spec: css2; urlPrefix: https://www.w3.org/TR/CSS2/
@@ -30,10 +29,10 @@ spec: css-backgrounds-3;
3029
type: dfn; url: https://drafts.csswg.org/css-backgrounds-3/#corner-clipping; text: corner clipping
3130
</pre>
3231
<pre class=link-defaults>
33-
spec:css21; type:property; text:content
34-
spec:css21; type:property; text:counter-increment
3532
spec:css21; type:dfn; text:stacking context
33+
spec:css-content; type:property; text:content
3634
spec:css-display-3; type:property; text:display
35+
spec:css-lists-3; type:property; text:counter-increment
3736
</pre>
3837
<h2 id='intro'>
3938
Introduction</h2>

0 commit comments

Comments
 (0)