Bug 252119
| Summary: | Implement text-autospace (text-spacing longhand) parser for auto and no-autospace | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitor Roriz
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/9986
Vitor Roriz
(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
Committed 260306@main (a9febb26c871): <https://commits.webkit.org/260306@main>
Reviewed commits have been landed. Closing PR #9986 and removing active labels.