Bug 147151
Summary: | Web Inspector: | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julian Kussman <hobbbz> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | joepeck |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Julian Kussman
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
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 ***
Joseph Pecoraro
You are correct about "Computed Styles" though. Right now you can only see the Rules for pseudo elements.