[Webkit-unassigned] [Bug 195802] New: prefer null namespace 'href' over 'xlink:href' on SVG elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 07:24:45 PDT 2019


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

            Bug ID: 195802
           Summary: prefer null namespace 'href' over 'xlink:href' on SVG
                    elements
           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: myakura.web at gmail.com
                CC: zimmermann at kde.org

https://trac.webkit.org/changeset/234683/webkit added support for null-namespace 'href' attribute on SVG elements; however, it doesn't look to conform the spec when there are both 'href' and 'xlink:href' attributes.

The spec says:

> When the ‘href’ attribute is present in both the XLink namespace and without a namespace, the value of the attribute without a namespace shall be used. The attribute in the XLink namespace shall be ignored.

- https://svgwg.org/svg2-draft/linking.html#XLinkRefAttrs

But https://w3c-test.org/svg/linking/reftests/href-use-element.html , which is the wpt for, falis on STP (77).

-- 
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/20190315/7c3210ff/attachment-0001.html>


More information about the webkit-unassigned mailing list