Closed
Bug 792387
Opened 12 years ago
Closed 12 years ago
Rule view should highlight which sections of a css selector matches an element
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: miker, Assigned: dcamp)
Details
(Whiteboard: [ruleview][fixed-in-fx-team])
Attachments
(2 files)
446.02 KB,
image/png
|
Details | |
9.76 KB,
patch
|
jwalker
:
review+
|
Details | Diff | Splinter Review |
e.g. Inspecting the following div in the rule view:
<div id="id"></div>
With the following css:
#id, .someselector {
font-weight: bold;
}
#id would be in bold because it matches the node. We could also use specificity rules to determine which selector is actually applied.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → dcamp
Attachment #662760 -
Flags: review?(jwalker)
Assignee | ||
Updated•12 years ago
|
Attachment #662760 -
Flags: review?(fayearthur)
Comment 2•12 years ago
|
||
Twitter ideas and enthusiasm:
https://twitter.com/csuwldcat/status/248752239596957696
/be
Updated•12 years ago
|
Attachment #662760 -
Flags: review?(jwalker) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: [ruleview] → [ruleview][fixed-in-fx-team]
Assignee | ||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → Firefox 18
Assignee | ||
Updated•12 years ago
|
Attachment #662760 -
Flags: review?(fayearthur)
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•