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
Pull request: https://github.com/WebKit/WebKit/pull/9986
(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.
Committed 260306@main (a9febb26c871): <https://commits.webkit.org/260306@main> Reviewed commits have been landed. Closing PR #9986 and removing active labels.