[Webkit-unassigned] [Bug 191372] New: Inserting an attached item to an SVGList should not remove it from its current SVGList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 09:26:06 PST 2018


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

            Bug ID: 191372
           Summary: Inserting an attached item to an SVGList should not
                    remove it from its current SVGList
           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

Instead it should make a copy and insert the copy without affecting the attached item.

SVG 1.1 specs: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLengthList
SVG 2 specs: https://www.w3.org/TR/SVG/types.html#TermListInterface

This will affect the following methods:
initialize()
insertItemBefore()
replaceItem()
appendItem()

of the following interfaces:
SVGNumberList
SVGLengthList
SVGTransformList
SVGPathSegList

-- 
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/20181107/2973874c/attachment.html>


More information about the webkit-unassigned mailing list