[Webkit-unassigned] [Bug 249581] New: [SVG] 'keyTimes' values should allow surrounding whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 09:13:52 PST 2022


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

            Bug ID: 249581
           Summary: [SVG] 'keyTimes' values should allow surrounding
                    whitespace
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

Hi Team,

While going through Blink's commit, I came across another, which we can potentially merge:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/d744561bab9c8dda3017b0e80030e8673b85b850

WebKit Source - https://github.com/WebKit/WebKit/blob/6b1eb391bf3d0bf4fa2b3834e61df0a4dfa95c11/Source/WebCore/svg/SVGAnimationElement.cpp#L64

Might be changing with -> auto timeString : parse.split(';') && parse.stringWhiteSpace()

Safari issue listed on MDN:https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/keyTimes

If the duration of the animation is indefinite, any keyTimes specification will be ignored.

Safari issue: keyTimes values should be separated with semicolon without space before, f.e: keyTimes="0; 0.25; 0.5; 0.75; 1"

Just wanted to raise this bug so we can fix this.

Thanks!

-- 
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/20221219/d4c5bb06/attachment.htm>


More information about the webkit-unassigned mailing list