Open
Bug 1596690
Opened 6 years ago
Updated 3 years ago
SVGSVGElement::WillBeOwnerSVGElement disagrees with GetOwnerSVGElement regarding which tree to use
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
Details
It uses flattened tree, while GetOwnerSVGElement uses just the regular DOM tree.
I think they are ~equivalent because you can't have shadow dom in svg, but it's fishy at best.
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•