Re: [csswg-drafts] [css-fonts-5] Make `unicode-range` syntax suck less (#7921)

> the token that indicates this is a range would need to be outside the string

Not necessarily.  On the (probably rare) occasion where - has to be specified as a character it could be escaped (like in regex expressions).  In fact, this whole thing sounds very like establishing a regex expression, so perhaps that offers an alternative approach to the syntax?  

That would also allow mixing of characters and code point values, eg. if a range you specify starts with a visible character but ends with an invisible one.

-- 
GitHub Notification of comment by r12a
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7921#issuecomment-1294603077 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 28 October 2022 07:39:54 UTC