[Webkit-unassigned] [Bug 251432] New: [web-animations] use the keyframe's StyleProperties to determine whether a property is set to "inherit" in a keyframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 05:49:12 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251432

            Bug ID: 251432
           Summary: [web-animations] use the keyframe's StyleProperties to
                    determine whether a property is set to "inherit" in a
                    keyframe
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230131/3fc14db6/attachment.htm>


More information about the webkit-unassigned mailing list