[Webkit-unassigned] [Bug 201227] New: XLinkNames namesapce is required before the 'href' attribute of SVG animate elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 10:42:29 PDT 2019


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

            Bug ID: 201227
           Summary: XLinkNames namesapce is required before the 'href'
                    attribute of SVG animate elements
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Open the attached test case.

Result: One red rectangle and one green rectangle.
Expected: Tow green rectangles.

In the test case there are two SVG <rect> elements. The two <rect> elements are referenced by two <set> elements to change their "fill" attribute from "red" to "green". The first <set> element has the attribute "href" set to "#rect". The second <set> element has the attribute "xlink:href" set to "#rect2". The first <set> element fails to set its target correctly while the second succeeds to set its target correctly.

This is a left over work from r234683.

-- 
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/20190828/889e78b5/attachment.html>


More information about the webkit-unassigned mailing list