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: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, sebastianzartner, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Vitor Roriz 2023-02-10 12:27:37 PST
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.
Comment 1 Vitor Roriz 2023-02-10 13:03:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/9942
Comment 2 Brent Fulgham 2023-02-27 15:40:50 PST
<rdar://105094870>