We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb9fa commit 1a6604cCopy full SHA for 1a6604c
1 file changed
css-syntax-3/Overview.bs
@@ -137,8 +137,9 @@ Description of CSS's Syntax</h2>
137
</div>
138
139
Property names and <a>at-rule</a> names are always <a>identifiers</a>,
140
- which have to start with a letter or a hyphen followed by a letter,
141
- and then can contain letters, numbers, hyphens, or underscores.
+ which have to start with an <a>identifier-start code point</a>, two hyphens,
+ or a hyphen followed by an identifier-start code point,
142
+ and then can contain zero or more <a>identifier code points</a>.
143
You can include any <a>code point</a> at all,
144
even ones that CSS uses in its syntax,
145
by <a>escaping</a> it.
0 commit comments