Bug 252124

Summary: Implement text-spacing-trim (text-spacing longhand) parser for auto and space-all
Product: WebKit Reporter: Vitor Roriz <vitor.roriz>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Vitor Roriz 2023-02-11 16:39:17 PST
text-spacing longhand: text-spacing-trim parser for auto and space-all

text-spacing longhand: text-spacing-trim parser for auto and space-all
Reference: w3c/csswg-drafts#4246 (comment)

Implement a parser for text-spacing-trim (text-spacing longhand) for auto and space0-all values. We can then iterate from here.
Syntax:
text-spacing-trim: auto | space-all
Comment 1 Vitor Roriz 2023-02-11 17:02:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/9988
Comment 2 EWS 2023-02-14 17:24:47 PST
Committed 260288@main (4cee70d5419a): <https://commits.webkit.org/260288@main>

Reviewed commits have been landed. Closing PR #9988 and removing active labels.