Bug 280815
Summary: | [web-animations] remove automatic conversion to and from double for CSSNumberishTime | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137188216>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/34618
EWS
Committed 284608@main (b35c4c0a18e2): <https://commits.webkit.org/284608@main>
Reviewed commits have been landed. Closing PR #34618 and removing active labels.