Bug 44344

Summary: Web Inspector: element's css: pseudo-class locations
Product: WebKit Reporter: Adam <phazei>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed fix. yurys: review+

Description Adam 2010-08-20 11:58:19 PDT
Currently pseudo-classes, such as :first-letter :before :first-child etc, are listed after inherited elements.  They should be listed above those with all the other Matched CSS Rules.  They are directly affecting the element and it's very easy to miss if it's below 'Inherited' since that's usually ignored when styling a particular element.
Comment 1 Pavel Feldman 2010-08-23 03:33:22 PDT
Created attachment 65099 [details]
[PATCH] Proposed fix.
Comment 2 Pavel Feldman 2010-08-23 05:50:16 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       WebCore/ChangeLog
        M       WebCore/inspector/front-end/StylesSidebarPane.js
        M       WebCore/inspector/front-end/inspector.css
Committed r65806