[Webkit-unassigned] [Bug 28039] New: Show inherited styles for a selected DOM element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 22:54:53 PDT 2009


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

           Summary: Show inherited styles for a selected DOM element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P3
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aditya.vm at gmail.com


When an element is selected in the "Elements" tab, the styles shown on the
right are only the ones that directly affect the particular element. For
example, when inspecting a "div#first", the styles shown will only be for
"#first" and "div".

Firebug shows all the styles that the current element inherits as well, so you
would see those two, along with "body" and any other parent element. This is
very useful in figuring out where a particular style is coming from when
working with complicated hierarchies.

I suggest Firebug's behaviour be added to Web Inspector.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list