Provide a pref to control how letter-spacing is applied
Categories
(Core :: Layout: Text and Fonts, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
In https://github.com/w3c/csswg-drafts/issues/10193, I am proposing that the spec for letter-spacing should be changed to call for the spacing to be applied equally on both sides of each character.
While waiting for any conclusions there (which I suspect may take some time), I'd like to implement a pref to allow us to experiment with different behaviors in Gecko, so we can potentially try shipping the new behavior on Nightly at least, and see how it goes in the wild. There will probably be some concerns that changing the behavior may not be web-compatible; by exposing it on Nightly we'd be able to begin to explore whether this is a real issue.
Assignee | ||
Comment 1•7 months ago
|
||
With the pref set to 0 by default, this does not change any existing behavior.
My intention is that a following patch will set it to 2 in Nightly. This will affect
a bunch of reftests, and so test/expectation adjustments will also be needed.
Updated•7 months ago
|
Comment 3•7 months ago
|
||
bugherder |
Description
•