Bug 247553

Summary: computed style for font-variation-settings should only serialize the last setting for duplicate tags
Product: WebKit Reporter: Darin Adler <darin>
Component: CSSAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Description Darin Adler 2022-11-06 14:15:13 PST
https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-variation-settings

According to the web platform tests, the computed style should only contain the last setting for each tag, when there are duplicate tags. While this makes logical sense, I can’t actually find where in the specification this is made clear.
Comment 1 Radar WebKit Bug Importer 2022-11-06 14:19:37 PST
<rdar://problem/102018065>
Comment 2 Darin Adler 2022-11-06 14:23:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/6191
Comment 3 EWS 2022-11-06 17:09:11 PST
Committed 256383@main (0d75a86aa994): <https://commits.webkit.org/256383@main>

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