NEW 165174
Web Inspector: Display tree outline for SVG elements included via <use>
https://bugs.webkit.org/show_bug.cgi?id=165174
Summary Web Inspector: Display tree outline for SVG elements included via <use>
Nikita Vasilyev
Reported 2016-11-29 16:38:06 PST
Created attachment 295670 [details] [Image] Current behavior This is what we currently show: <svg> <use xlink:href="Images/NavigationItemTypes.svg#root"></use> </svg> Would be nice if we could expand the use element similarly to iframes and Shadow DOM root elements. Expected: <svg> <use xlink:href="Images/NavigationItemTypes.svg#root"> <svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 13 14"> <rect fill="none" stroke="currentColor" width="12" height="13" rx="2"/> ... </svg> </use> </svg>
Attachments
[Image] Current behavior (60.72 KB, image/png)
2016-11-29 16:38 PST, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2016-12-01 12:38:11 PST
Note You need to log in before you can comment on or make changes to this bug.