Bug 265571

Summary: [web-animations] remove animationShorthandForParsing()
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Antoine Quint 2023-11-30 03:26:16 PST
There is a dedicated function called animationShorthandForParsing() to get the `animation` shorthand list of longhands specifically for parsing purposes, but that list matches the similar function generated from CSSProperties.json exactly, and so is redundant and should be removed.
Comment 1 Radar WebKit Bug Importer 2023-11-30 03:26:29 PST
<rdar://problem/118977751>
Comment 2 Antoine Quint 2023-11-30 03:27:38 PST
Pull request: https://github.com/WebKit/WebKit/pull/21098
Comment 3 EWS 2023-11-30 05:37:41 PST
Committed 271335@main (200b6e4332ed): <https://commits.webkit.org/271335@main>

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