- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2022 19:13:34 +0000
- To: public-css-archive@w3.org
Is it correct that the ranges are inclusive? Other definitions are explicit about this. `lowercase letter` has this definition : > A [code point](https://infra.spec.whatwg.org/#code-point) between U+0061 LATIN SMALL LETTER A (a) and U+007A LATIN SMALL LETTER Z (z) inclusive. Can we change the current text to : > non-ASCII ident code point > A [code point](https://infra.spec.whatwg.org/#code-point) whose value is any of: > U+00B7 > between U+00C0 and U+00D6 inclusive > between U+00D8 and U+00F6 inclusive > between U+00F8 and U+037D inclusive > between U+037F and U+1FFF inclusive > U+200C > U+200D > U+203F > U+2040 > between U+2070 and U+218F inclusive > between U+2C00 and U+2FEF inclusive > between U+3001 and U+D7FF inclusive > between U+F900 and U+FDCF inclusive > between U+FDF0 and U+FFFD inclusive > greater than or equal to U+10000 -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7129#issuecomment-1304614866 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 5 November 2022 19:13:36 UTC