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

@Masa-Shin wrote:
> ```
> Property names and <a>at-rule</a> names are always <a>identifiers</a>,
> 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.
> ```

I think it should rather be
```
Property names and <a>at-rule</a> names are always <a>identifiers</a>,
which have to start with an <a>identifier-start code point</a>, two hyphens, or a hyphen followed by an identifier-start code point, and then can contain zero or more identifier code points.
```

Sebastian

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


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

Received on Wednesday, 17 February 2021 19:49:13 UTC