Re: [csswg-drafts] [css-syntax] Missing emoji in `non-ascii` identifier codepoints (#11005)

As stated in the spec's note, I just matched HTML's set of valid custom element name characters. We want CSS's idents to *at least* cover that set, so authors don't have to use escapes when writing selectors to target their custom elements, but we *could* be a superset.

I'm checking with the HTML editors to see if they remember why these specific ranges were chosen, and if there's a good reason to avoid allowing those emojis. (cc @annevk @domenic )

It does indeed seem a little silly that `--🥔` is a valid custom property name, but `--✨` isn't.

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


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

Received on Friday, 4 October 2024 17:26:03 UTC