Bug 252124 - Implement text-spacing-trim (text-spacing longhand) parser for auto and space-all
Summary: Implement text-spacing-trim (text-spacing longhand) parser for auto and space...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-11 16:39 PST by Vitor Roriz
Modified: 2023-02-14 17:24 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.