Bug 149772 - Implement font-variant-alternates parsing for functions
Summary: Implement font-variant-alternates parsing for functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthieu Dubet
URL:
Keywords: InRadar
Depends on:
Blocks: 149779 246121
  Show dependency treegraph
 
Reported: 2015-10-02 16:54 PDT by Myles C. Maxfield
Modified: 2022-10-05 18:21 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-10-02 16:54:10 PDT
It currently is not implemented.
Comment 1 Radar WebKit Bug Importer 2015-10-02 17:06:30 PDT
<rdar://problem/22959741>
Comment 2 Sam Sneddon [:gsnedders] 2021-12-01 10:23:34 PST
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>) ]
Comment 3 Matthieu Dubet 2022-10-03 06:33:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4926
Comment 4 EWS 2022-10-05 18:21:24 PDT
Committed 255201@main (96c123ec8040): <https://commits.webkit.org/255201@main>

Reviewed commits have been landed. Closing PR #4926 and removing active labels.