[CSS: text-indent] Implement 'each-line' and 'hanging'
Categories
(Core :: Layout: Text and Fonts, enhancement)
Tracking
()
People
(Reporter: George, Assigned: jfkthame)
References
(Blocks 2 open bugs, )
Details
(Keywords: css3, dev-doc-complete)
Attachments
(2 files)
Updated•13 years ago
|
Comment 1•12 years ago
|
||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•2 years ago
|
||
It seems the data on MDN and caniuse.com is outdated, as Safari apparently supports these as of version 16 (or perhaps 17, where the values do seem to be working for me in live testing). Chrome also has them behind an experimental flag, so it might be worth revisiting the priority here.
Assignee | ||
Comment 5•2 years ago
|
||
According to https://github.com/mdn/browser-compat-data/issues/20363, they've been supported since Safari 15.
Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D191522
Updated•2 years ago
|
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5d24c715fa6f
https://hg.mozilla.org/mozilla-central/rev/fd55b93190fe
Comment 10•2 years ago
|
||
Did you want to nominate this for the Fx121 release notes?
Assignee | ||
Comment 11•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Simplifies the creation of hanging-indent layouts, which is a common author request.
[Affects Firefox for Android]: yes
[Suggested wording]: The CSS text-indent property now supports the 'hanging' and 'each-line' keywords, offering more convenient paragraph layout for styles such as bibliographies, poetry, etc.
[Links (documentation, blog post, etc)]: https://drafts.csswg.org/css-text/#text-indent-property
Comment 13•2 years ago
|
||
Description
•