Bug 252068
Summary: | Implement text-spacing text-spacing-trim and text-autospace parser for auto and none with longhand support | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, sebastianzartner, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vitor Roriz
Reference: https://github.com/w3c/csswg-drafts/issues/4246#issuecomment-1404738513
Implement a parser with longhands support for:
text-spacing: auto | none | <text-autospace> || <text-spacing-trim>
text-autospace: auto | no-autospace
text-spacing-trim: auto | space-all
We can then iterate from here adding support for 'normal' in the shorthand and for the remaining values in the longhands.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/9942
Brent Fulgham
<rdar://105094870>