mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
More details on WebKit bug, including link to bug tracker
This commit is contained in:
parent
79c1606966
commit
51f37a4975
10
NOTES
10
NOTES
@ -512,4 +512,12 @@ characters. Most of them end up not being narrowed, but some instead
|
||||
end up with negative width, as though different layers of the browser
|
||||
are calculating the widths of spaces differently. The problem doesn't
|
||||
appear to affect any characters other than spaces. Other characters,
|
||||
including punctuation, get displayed correctly.
|
||||
including punctuation, get displayed correctly.
|
||||
|
||||
Adding a GSUB lookup that replaces space with a glyph with a smaller
|
||||
advance width doesn't help: the new glyph is used, but with the
|
||||
original glyph's width. Replacing each U+0020 SPACE with U+00A0
|
||||
NO-BREAK SPACE followed by U+200B ZERO WIDTH SPACE leads to all the
|
||||
spaces' being too wide, but consistently so without any overlaps.
|
||||
|
||||
This bug appears to be https://bugs.webkit.org/show_bug.cgi?id=236307.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user