diff --git a/css-syntax-3/Overview.bs b/css-syntax-3/Overview.bs index 49523f13efac..82dba5af8943 100644 --- a/css-syntax-3/Overview.bs +++ b/css-syntax-3/Overview.bs @@ -137,8 +137,9 @@ Description of CSS's Syntax Property names and at-rule names are always identifiers, - which have to start with a letter or a hyphen followed by a letter, - and then can contain letters, numbers, hyphens, or underscores. + which have to start with an identifier-start code point, two hyphens, + or a hyphen followed by an identifier-start code point, + and then can contain zero or more identifier code points. You can include any code point at all, even ones that CSS uses in its syntax, by escaping it.