Re: [csswg-drafts] [css-fonts-4] Suggestion: Support Unicode Character Sequences in unicode-range (#10651)

> There might be some overlap with this issue: https://github.com/w3c/csswg-drafts/issues/7921

While the ability to potentially use actual characters instead of code points is applicable here, as you could include a sequence emoji AS the emoji itself --

```
unicode-range: "πŸ˜Άβ€πŸŒ«οΈ"
```

-- I still think we need a more flexible, genetic syntax that allows for both ranges and multi-codepoint sequence matching.

This is my primary concern regarding many of the current proposals I've seen. For example, I think the keywords idea is excellent: 

```
unicode-range: emoji;
```

But with that case in particular, I'm not sure how it can really work without being customizable (since emojis are always being added, and implementations don't all include the same symbols) which means we'd need an adaptable syntax to define such a keyword in the first place.

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


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

Received on Friday, 2 August 2024 13:52:29 UTC