Open Bug 654994 Opened 14 years ago Updated 7 months ago

Implement text-space-trim CSS property

Categories

(Core :: Layout: Block and Inline, enhancement, P3)

enhancement

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
Component: DOM: CSS Object Model → Layout: Block and Inline
QA Contact: style-system → layout.block-and-inline
Summary: Introduce CSS3 white-space-collapsing → implement css3-text 'white-space-collapsing' and 'text-wrap'
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)
Keywords: dev-doc-needed
Summary: implement css3-text 'white-space-collapsing' and 'text-wrap' → implement css3-text 'text-space-collapse' and 'text-wrap'
Adding 'text-space-trim' to the summary so people searching find this. Latest ED: https://drafts.csswg.org/css-text-4/#white-space-trim
Summary: implement css3-text 'text-space-collapse' and 'text-wrap' → implement css3-text 'text-space-collapse', 'text-space-trim' and 'text-wrap'
Blocks: css-text-3
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
(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
Flags: needinfo?(tantek)

Sean, could you please tell whether this bug should be split up into three individual ones for each new property?

Sebastian

Flags: needinfo?(tantek) → needinfo?(svoisen)

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.

Severity: normal → N/A
Flags: needinfo?(svoisen)
Priority: -- → P3
Status: UNCONFIRMED → NEW
Ever confirmed: true

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

See Also: → 1758391
Summary: implement css3-text 'text-space-collapse', 'text-space-trim' and 'text-wrap' → Implement text-space-trim CSS property
You need to log in before you can comment on or make changes to this bug.