Bug 165174

Summary: Web Inspector: Display tree outline for SVG elements included via <use>
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Image] Current behavior none

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.