Bug 252119

Summary: Implement text-autospace (text-spacing longhand) parser for auto and no-autospace
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   

Vitor Roriz
Reported 2023-02-11 15:01:24 PST
Reference: w3c/csswg-drafts#4246 (comment) Implement a parser for text-autospace (text-spacing longhand) for none and auto-space values. We can then iterate from here. Syntax: text-autospace: auto | no-autospace
Attachments
Vitor Roriz
Comment 1 2023-02-11 16:08:02 PST
Vitor Roriz
Comment 2 2023-02-11 16:37:44 PST
(In reply to Vitor Roriz from comment #0) > Reference: w3c/csswg-drafts#4246 (comment) > > Implement a parser for text-autospace (text-spacing longhand) for none and > auto-space values. We can then iterate from here. > Syntax: > text-autospace: auto | no-autospace Correction: Implement a parser for text-autospace (text-spacing longhand) for auto and no-autospace values. We can then iterate from here.
EWS
Comment 3 2023-02-15 05:47:26 PST
Committed 260306@main (a9febb26c871): <https://commits.webkit.org/260306@main> Reviewed commits have been landed. Closing PR #9986 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.