Open
Bug 1816038
Opened 2 years ago
Updated 1 month ago
[css-inline-3] Implement `text-box-trim` (formerly `leading-trim`)
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
NEW
People
(Reporter: 709922234, Unassigned)
References
(Depends on 4 open bugs, Blocks 12 open bugs, )
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/111.0
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Blocks: css-inline-3
Comment 1•1 years ago
|
||
This property has been renamed to text-box-trim
and the spec has been updated.
https://github.com/w3c/csswg-drafts/issues/8067#issuecomment-1493065304
(The anchor link in the spec is still #leading-trim
, presumably so that old links continue to work. :) I'm updating the URL to point at the editor's draft so that we've got the latest notes there.)
Also: it looks like some WPT tests were added recently here:
https://github.com/web-platform-tests/wpt/pull/39535
https://github.com/web-platform-tests/wpt/pull/39706
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Implement `leading-trim` → [css-inline-3] Implement `text-box-trim` (formerly `leading-trim`)
You need to log in
before you can comment on or make changes to this bug.
Description
•