Rendering differences on Zalgo text
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Tracking
()
People
(Reporter: mgaudet, Unassigned)
Details
Attachments
(4 files)
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1969471 has some Zalgo text it, and it renders quite a bit worse in nightly than in either Chrome or Safari.
(See Attachments)
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
(I'd argue Chrome's got the clearest rendering; but as to correctness ¯_(ツ)_/¯)
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
I don't think there is any particularly "correct" rendering for junk like this. In any given browser, you're probably seeing a mixture of various fonts, depending on browser defaults and whatever fallback finds in the environment, as the main font being used for the content doesn't support many of the characters that are present. The result of throwing lots of combining marks in a mixture of fonts into the text can't really be expected to be consistent or predictable or "readable".
If the content were styled with a font that actually supported all the characters present, we could discuss whether it's being rendered correctly. As it is, it looks more like someone just threw handfuls of glyphs at the page, and they stuck wherever they happen to fall. Different browsers, or even the same browser on different systems, will likely have grabbed glyphs from different font buckets, so naturally the results will vary.
Updated•6 years ago
|
Updated•3 years ago
|
Description
•