Skip to content

Commit b1b87f6

Browse files
authored
[css-2024] Fixed errors and warnings (w3c#11376)
1 parent f673507 commit b1b87f6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

css-2024/Overview.bs

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Boilerplate: index no
3131
<pre class=link-defaults>
3232
spec:selectors-4; type:selector; text::lang()
3333
spec:selectors-4; type:dfn; text:document language
34+
spec:css-ui-3; type:property; text:cursor
35+
spec:css-ui-3; type:property; text:outline
36+
spec:css-display-3; type:property; text:display
3437
</pre>
3538

3639

@@ -447,8 +450,8 @@ Fairly Stable Modules with limited implementation experience</h3>
447450
<dt><a href="https://www.w3.org/TR/css-view-transitions-1/">CSS View Transitions Module Level 1</a>
448451
[[CSS-VIEW-TRANSITIONS-1]]</dt>
449452
<dd>
450-
Defines the View Transition API, along with associated properties and pseudo-elements,
451-
which allows developers to create animated visual transitions representing
453+
Defines the View Transition API, along with associated properties and pseudo-elements,
454+
which allows developers to create animated visual transitions representing
452455
changes in the document state.
453456
</dd>
454457
</dl>
@@ -920,7 +923,7 @@ Safe to Release pre-CR Exceptions</h2>
920923
<h3 id="terms">Terms Index</h3>
921924

922925
<index type="dfn" status="TR" spec="
923-
css2,
926+
css21,
924927
css-syntax-3,
925928
css-style-attr,
926929
mediaqueries-3,
@@ -964,7 +967,7 @@ Safe to Release pre-CR Exceptions</h2>
964967
<h3 id="selectors">Selector Index</h3>
965968

966969
<index type="selector" status="TR" spec="
967-
css2,
970+
css21,
968971
css-syntax-3,
969972
css-style-attr,
970973
mediaqueries-3,
@@ -1009,7 +1012,7 @@ Safe to Release pre-CR Exceptions</h2>
10091012
At-Rule Index</h3>
10101013

10111014
<index type="at-rule" status="TR" spec="
1012-
css2,
1015+
css21,
10131016
css-syntax-3,
10141017
css-style-attr,
10151018
mediaqueries-3,
@@ -1053,7 +1056,7 @@ At-Rule Index</h3>
10531056
<h3 id="properties">Property Index</h3>
10541057

10551058
<index type="property" status="TR" spec="
1056-
css2,
1059+
css21,
10571060
css-syntax-3,
10581061
css-style-attr,
10591062
mediaqueries-3,
@@ -1097,7 +1100,7 @@ At-Rule Index</h3>
10971100
<h3 id="values">Values Index</h3>
10981101

10991102
<index type="value" status="TR" spec="
1100-
css2,
1103+
css21,
11011104
css-syntax-3,
11021105
css-style-attr,
11031106
mediaqueries-3,

0 commit comments

Comments
 (0)