You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 154, I intend to turn the text-box-trim / text-box-edge (and associated text-box shorthand) CSS properties on by default on all platforms. These have been developed behind the layout.css.text-box.enabled preference.
These features have been shipped in other browsers since Chrome 138 and Safari 26.2. Notable differences with Blink and/or WebKit (see the WPT test suite for full results):
Gecko supports the ideographic and ideographic-ink edges, which are not supported by Blink or WebKit.
Gecko supports trimming of multi-column containers, which is supported by Blink but not by WebKit.
Gecko supports trimming of inline boxes, which is supported by WebKit but not by Blink.
Gecko does not support trimming of line-clamp-ed boxes (Bug 2043012), which is also not supported by WebKit but which is supported by Blink.