[Webkit-unassigned] [Bug 165174] New: Web Inspector: Display tree outline for SVG elements included via <use>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 16:38:06 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165174

            Bug ID: 165174
           Summary: Web Inspector: Display tree outline for SVG elements
                    included via <use>
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: bburg at apple.com, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

Created attachment 295670
  --> https://bugs.webkit.org/attachment.cgi?id=295670&action=review
[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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161130/d30b507c/attachment-0001.html>


More information about the webkit-unassigned mailing list