Bug 149772
| Summary: | Implement font-variant-alternates parsing for functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
| Component: | Text | Assignee: | Matthieu Dubet <m_dubet> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jonlee, ntim, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 149779, 246121 | ||
Myles C. Maxfield
It currently is not implemented.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/22959741>
Sam Sneddon [:gsnedders]
Myles started implementing this is bug 148413.
Currently we support:
font-variant-alternates: normal | historical-forms
Whereas the spec has:
normal | [ stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) ]
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/4926
EWS
Committed 255201@main (96c123ec8040): <https://commits.webkit.org/255201@main>
Reviewed commits have been landed. Closing PR #4926 and removing active labels.