Bug 265571 - [web-animations] remove animationShorthandForParsing()
Summary: [web-animations] remove animationShorthandForParsing()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-30 03:26 PST by Antoine Quint
Modified: 2023-11-30 05:37 PST (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 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.