- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Oct 2024 17:26:02 +0000
- To: public-css-archive@w3.org
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