Bug 280815

Summary: [web-animations] remove automatic conversion to and from double for CSSNumberishTime
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Antoine Quint
Reported 2024-10-03 01:21:30 PDT
CSSNumberishTime has automatic conversion to and from double but it's not actually needed in practice and also will cause trouble when we start serializing percentage values through the API because the double conversion will take precendence over the CSSNumberish conversion.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-03 01:21:41 PDT
Antoine Quint
Comment 2 2024-10-03 01:23:16 PDT
EWS
Comment 3 2024-10-03 05:52:18 PDT
Committed 284608@main (b35c4c0a18e2): <https://commits.webkit.org/284608@main> Reviewed commits have been landed. Closing PR #34618 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.