Closed
Bug 1717621
Opened 5 years ago
Closed 5 years ago
`text-transform: uppercase` breaks letter-spacing when ß is replaced with SS
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 393766
People
(Reporter: herr.ernst, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
Apply text-transform: uppercase to a text with a small German "ß" (sharp s).
Actual results:
"ß" is correctly replaced to "SS", but CSS letter-spacing is not applied between these 2 characters.
Expected results:
letter-spacing should also be applied between SS. This works correctly on current Chrome and Safari.
screenshot showing differences between Chrome (left, correct) and Firefox (right, buggy)
Updated•5 years ago
|
Component: Untriaged → Layout: Text and Fonts
Product: Firefox → Core
Comment 2•5 years ago
|
||
This is a known issue, see bug 393766.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Comment 4•4 years ago
|
||
Interestingly chrome gets the text spacing right but the selection bounds wrong...
You need to log in
before you can comment on or make changes to this bug.
Description
•