Re: [csswg-drafts] [css-syntax-3] Is two hyphens a valid identifier? (#5764)

What do you guys think about the following change?

```
Property names and <a>at-rule</a> names are always <a>identifiers</a>,
- 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 a <a>name-start code point</a>, two hyphens, or a hyphen followed by a name-start,
+ and then can contain name-start code points, hyphens, or numbers.
```

-- 
GitHub Notification of comment by Masa-Shin
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5764#issuecomment-778710552 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 14 February 2021 02:25:00 UTC