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

> I wonder why then `._` does not work in most browsers.

But it does work...
```js
document.documentElement.className = "_";
document.querySelector("._"); // <html>
```

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


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

Received on Tuesday, 8 December 2020 14:07:44 UTC