-
Notifications
You must be signed in to change notification settings - Fork 8
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
Emoji font support #157
Comments
One possible idea for a default sample text would be to grab the Basic Emoji list, or part of it, and perhaps pull a few sequences from the different Recommended for General Interchange sets to test modifiers/ZWJ/regional-indicators. Also might be useful to separate those sets, like you do with blocks, since there's a functional difference. A little less of a solid wall for casual readers, and it'd be slightly helpful for somebody debugging. |
Should've put links in, for the benefit of future readers: https://unicode.org/reports/tr51/#Emoji_Sets |
It would also be useful to block fallback-font display for the Emoji codepoints that default to text-display mode. In a plain-text, isolated-codepoint setting, the Emoji glyph doesn't get displayed but the user sees a text-mode glyph that comes from the fallback font instead, which gets confusing. (I observed this on Firefox with Noto Color Emoji in the non-beta site.) Might be simplest to request emoji-presentation mode for those glyphs, but I don't know if there's a cross-browser way to prevent the fallback. |
The text was updated successfully, but these errors were encountered: