Bug 149772

Summary: Implement font-variant-alternates parsing for functions
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: 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    

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.