RESOLVED FIXED 251432
[web-animations] use the keyframe's StyleProperties to determine whether a property is set to "inherit" in a keyframe
https://bugs.webkit.org/show_bug.cgi?id=251432
Summary [web-animations] use the keyframe's StyleProperties to determine whether a pr...
Antoine Quint
Reported Tuesday, January 31, 2023 1:49:12 PM UTC
Right now we determine whether a property is set to "inherit" in a keyframe by doing a string comparison when the Web Animations API is used to set keyframes. However, the StyleRuleKeyframe created for the keyframe has StyleProperties where the value is parsed, it seems safer to check the CSSValue rather than do a string comparison here.
Attachments
Antoine Quint
Comment 1 Tuesday, January 31, 2023 1:52:11 PM UTC
EWS
Comment 2 Tuesday, January 31, 2023 4:35:14 PM UTC
Committed 259630@main (9de2e80cf70b): <https://commits.webkit.org/259630@main> Reviewed commits have been landed. Closing PR #9378 and removing active labels.
Radar WebKit Bug Importer
Comment 3 Tuesday, January 31, 2023 4:36:18 PM UTC
Note You need to log in before you can comment on or make changes to this bug.