Bug 313243
| Summary: | Serialize multi-word font family names without quotes when possible | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | Text | Assignee: | Vitor Roriz <vitor.roriz> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/59893 | ||
Vitor Roriz
A <family-name> is a sequence of one or more identifiers. shouldQuoteFontFamily checked the whole string as a single identifier token, which always failed for multi-word names.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175522811>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/63530
EWS
Committed 313271@main (3fd01c58fab1): <https://commits.webkit.org/313271@main>
Reviewed commits have been landed. Closing PR #63530 and removing active labels.
Vitor Roriz
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/59893