Skip to content

Commit 1a6604c

Browse files
authored
[css-syntax-3] Fix description of identifier (w3c#6122)
1 parent 30bb9fa commit 1a6604c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-syntax-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ Description of CSS's Syntax</h2>
137137
</div>
138138

139139
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.
140+
which have to start with an <a>identifier-start code point</a>, two hyphens,
141+
or a hyphen followed by an identifier-start code point,
142+
and then can contain zero or more <a>identifier code points</a>.
142143
You can include any <a>code point</a> at all,
143144
even ones that CSS uses in its syntax,
144145
by <a>escaping</a> it.

0 commit comments

Comments
 (0)