- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Sep 2023 20:41:42 +0000
- To: public-css-archive@w3.org
Yes, although step 3, not 2? ------------ Haven't tested this through but this seems fairly straight forward : https://github.com/csstools/postcss-plugins/pull/1099/files It does make things a bit messier and either there will be more look ahead: - current code point is a digit - current + 1 is a low line - current + 2 is also a digit -> advance 3 code points. whereas the current algorithm doesn't do any look ahead as long as the current codepoint is a digit. -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9293#issuecomment-1703298424 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 September 2023 20:41:44 UTC