Re: [csswg-drafts] [css-text] Control characters

For control characters (category Cc) gecko never attempts to draw a glyph from the font; it draws these (if the pref to make them visible is enabled) with the same "hexbox" code it uses as a last-resort rendering for printable characters that are not supported by any available font: a simple box with the character code in tiny hexadecimal digits inside.

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

Received on Wednesday, 22 November 2017 09:07:17 UTC