Show CSS Specificity somewhere around selectors
Categories
(DevTools :: Inspector: Rules, enhancement, P2)
Tracking
(relnote-firefox 128+, firefox128 fixed)
People
(Reporter: bgrins, Assigned: nchevobbe)
References
Details
(Keywords: DevAdvocacy)
Attachments
(1 file)
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Updated•6 years ago
|
Comment hidden (admin-reviewed) |
Comment hidden (advocacy) |
Updated•2 years ago
|
Comment 7•8 months ago
|
||
Since the last update, Chrome and Safari implemented this when you hover a selector.
Assignee | ||
Comment 8•6 months ago
|
||
The specificity is included in the selector title so it's shown on hover.
Updated•6 months ago
|
Comment 10•6 months ago
|
||
bugherder |
Comment 11•6 months ago
|
||
Is this something we wanted to add to the Fx128 relnotes?
Assignee | ||
Comment 12•6 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
[Affects Firefox for Android]:
[Suggested wording]:
[Links (documentation, blog post, etc)]:
(In reply to Ryan VanderMeulen [:RyanVM] from comment #11)
Is this something we wanted to add to the Fx128 relnotes?
yes, would be nice
Release Note Request
[Why is this notable]: Exposed CSS rules specificity in the Inspector, which can help web developers understand why a given rules is applied before another. All the other browser's DevTools already exposed it.
[Affects Firefox for Android]: none
[Suggested wording]: CSS rules specificity (see https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity) are now displayed in a tooltip when hovering a CSS Rule selector in the Inspector Rules view. This can help web developers understand why a given rules is applied before another.
Description
•