RESOLVED DUPLICATE of bug 191237 191372
Inserting an attached item to an SVGList should not remove it from its current SVGList
https://bugs.webkit.org/show_bug.cgi?id=191372
Summary Inserting an attached item to an SVGList should not remove it from its curren...
Said Abou-Hallawa
Reported 2018-11-07 09:26:06 PST
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
Attachments
Said Abou-Hallawa
Comment 1 2019-04-13 02:26:16 PDT
This is already fixed by removing the SVG properties tear off objects. *** This bug has been marked as a duplicate of bug 191237 ***
Note You need to log in before you can comment on or make changes to this bug.