Skip to content

Commit ee8ef14

Browse files
committed
[css-variables-1] Fix some linking warnings.
1 parent 3c93949 commit ee8ef14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-variables-1/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Default Highlight: css
1919

2020
<pre class=link-defaults>
2121
spec:css-syntax-3; type:dfn; text:identifier
22+
spec:css-color-3; type:property; text:color
23+
spec:selectors-4; type:selector; text: :lang()
2224
</pre>
2325

2426
<h2 id="intro">
@@ -130,7 +132,9 @@ Defining Custom Properties: the '--*' family of properties</h2>
130132
</div>
131133

132134
Unlike other CSS properties,
133-
custom property names are <a>case-sensitive</a>.
135+
custom property names are <em>not</em> [=ASCII case-insensitive=].
136+
Instead, custom property names are only equal to each other
137+
if they are [=identical to=] each other.
134138

135139
<div class='example'>
136140
While both '--foo' and --FOO are valid,

0 commit comments

Comments
 (0)