Bug 252068 - Implement text-spacing text-spacing-trim and text-autospace parser for auto and none with longhand support
Summary: Implement text-spacing text-spacing-trim and text-autospace parser for auto a...
Status: NEW
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-10 12:27 PST by Vitor Roriz
Modified: 2023-05-02 13:24 PDT (History)
3 users (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-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>