Bug 147151 - Web Inspector:
Summary: Web Inspector:
Status: RESOLVED DUPLICATE of bug 139612
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-21 09:17 PDT by Julian Kussman
Modified: 2015-07-21 14:30 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Kussman 2015-07-21 09:17:08 PDT
Please put pseudo elements (:before, :after) in the Inspector DOM list as Chrome does. As it stands I have no way to inspect the computed styles of a pseudo element.
Comment 1 Joseph Pecoraro 2015-07-21 14:30:11 PDT
You can currently see the pseudo element styles (like :before and :after) if you select the element in the DOM Tree which has :before/:after pseudo elements. Duping to a bug that covers putting pseudo elements into the DOM Tree itself.

*** This bug has been marked as a duplicate of bug 139612 ***
Comment 2 Joseph Pecoraro 2015-07-21 14:30:53 PDT
You are correct about "Computed Styles" though. Right now you can only see the Rules for pseudo elements.