We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dcfa0 commit 4592966Copy full SHA for 4592966
1 file changed
css-variables-1/Overview.bs
@@ -72,7 +72,9 @@ Defining Custom Properties: the '--*' family of properties</h2>
72
whose name starts with two dashes (U+002D HYPHEN-MINUS),
73
like '--foo'.
74
The <dfn><custom-property-name></dfn> production corresponds to this:
75
- it's defined as any valid <a>identifier</a> that starts with two dashes.
+ it's defined as any valid <a>identifier</a> that starts with two dashes,
76
+ except ''--'' itself,
77
+ which is reserved for future use by CSS.
78
<a>Custom properties</a> are solely for use by authors and users;
79
CSS will never give them a meaning beyond what is presented here.
80
0 commit comments