Closed
Bug 773130
Opened 13 years ago
Closed 13 years ago
Inspector does not report all the rules for some objects
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 694019
People
(Reporter: bj, Unassigned)
Details
Steps to reproduce:
* Visit http://www.reddit.com/r/mexico/ .
* Control-shift-I
* Point at the number to the right of the green Subscribe button.
-> A span.number containing "6.473 orgullosos mexicanos" is selected.
-> The HTML is "<span class="number">6,473</span>".
* View the style information in the Inspector window.
Expected result:
Style information including:
div.titlebox span.number:after { content: " orgullosos mexicanos"; }
Actual result:
Some style information is shown, but not the source of "orgullosos mexicanos".
Comment 1•13 years ago
|
||
Thank you for the bug report. We don't support pseudo elements yet.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•