Implement text-space-trim CSS property
Categories
(Core :: Layout: Block and Inline, enhancement, P3)
Tracking
()
People
(Reporter: yves.vangoethem, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 Build Identifier: This is still in draft but it would be a really good feature for web designers to achieve more graphic consistency across different browsers. http://www.w3.org/TR/2010/WD-css3-text-20101005/#white-space-collapsing Reproducible: Always
Updated•13 years ago
|
Comment 1•12 years ago
|
||
White-space-collapsing has been renamed in text-space-collapse in latest Editor's draft: http://dev.w3.org/csswg/css3-text/#text-space-collapse (Adapted the summary, added the dev-doc-needed so that we don't forget to document it once implemented)
Comment 2•7 years ago
|
||
Adding 'text-space-trim' to the summary so people searching find this. Latest ED: https://drafts.csswg.org/css-text-4/#white-space-trim
Updated•7 years ago
|
Comment 5•6 years ago
|
||
As percyley already pointed out, these properties were moved to level 4 of the spec. Also, I am wondering whether this bug should be split up into three, because 'text-space-collapse', 'text-space-trim', and 'text-wrap' are three individual properties. Sebastian
Comment 6•5 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #5) > Also, I am wondering whether this bug should be split up into three, because > 'text-space-collapse', 'text-space-trim', and 'text-wrap' are three > individual properties. Tantek, can you clarify that, please? Sebastian
Comment 7•3 years ago
|
||
Sean, could you please tell whether this bug should be split up into three individual ones for each new property?
Sebastian
Comment 8•3 years ago
|
||
I don't have strong opinions on splitting the bug until we start the work on it, at which point we probably should since each property would have a different set of patches.
Comment 9•2 years ago
|
||
As discussed earlier, the individual properties should have their own bugs for tracking their implementation. Therefore I've now split out the implementation of text-wrap
into bug 1758391, also as it seems independent of text-space-trim
and text-space-collapse
. I've removed text-space-collapse
for now as an issue in the specification indicates that it still needs more discussion and it may be changed.
So this bug now focuses on the implementation of text-space-trim
.
Sebastian
Description
•