Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-syntax-3] Are the ranges for non-ASCII ident code point inclusive or exclusive? #8861

Closed
romainmenke opened this issue May 20, 2023 · 3 comments

Comments

@romainmenke
Copy link
Member

@tabatkins The other ranges in this section are very explicit about being inclusive.

lowercase letter
A code point between U+0061 LATIN SMALL LETTER A (a) and U+007A LATIN SMALL LETTER Z (z) inclusive.

But non-ASCII ident code point doesn't mention this for all the between X and Y ranges.

https://drafts.csswg.org/css-syntax/#non-ascii-ident-code-point

Are these inclusive, or exclusive?

@tabatkins
Copy link
Member

They are indeed also all inclusive.

@romainmenke
Copy link
Member Author

Thank you for the very speedy reply :)

@tabatkins
Copy link
Member

You're welcome; lucky for you I had just pulled up my laptop to make my grocery list for the week and had my inbox up as the current tab. ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants