- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 May 2023 15:29:45 +0000
- To: public-css-archive@w3.org
Yeah, this isn't about Nesting, it's just a wart I've been worrying about in Syntax since I wrote it. Literally nobody implements the spec as written. > Having a descriptor require switching "modes" in the tokenizer is more than that. That is, effectively, what Firefox is doing right now anyway, in <https://github.com/servo/rust-cssparser/blob/master/src/unicode_range.rs#L43>. Once you see a `u` ident, you grab the rest of the tokens in the property, drop back to the text range they covered, and then run a custom parser over the text to try and extract a UnicodeRange token. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8835#issuecomment-1551611974 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 May 2023 15:29:47 UTC