Bug 191372 - Inserting an attached item to an SVGList should not remove it from its current SVGList
Summary: Inserting an attached item to an SVGList should not remove it from its curren...
Status: RESOLVED DUPLICATE of bug 191237
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 191292
  Show dependency treegraph
 
Reported: 2018-11-07 09:26 PST by Said Abou-Hallawa
Modified: 2019-04-13 02:26 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 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
Comment 1 Said Abou-Hallawa 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 ***