We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c93949 commit ee8ef14Copy full SHA for ee8ef14
css-variables-1/Overview.bs
@@ -19,6 +19,8 @@ Default Highlight: css
19
20
<pre class=link-defaults>
21
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()
24
</pre>
25
26
<h2 id="intro">
@@ -130,7 +132,9 @@ Defining Custom Properties: the '--*' family of properties</h2>
130
132
</div>
131
133
134
Unlike other CSS properties,
- 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.
138
139
<div class='example'>
140
While both '--foo' and --FOO are valid,
0 commit comments