Closed Bug 730835 Opened 12 years ago Closed 11 years ago

fix specificity of :-moz-any() in style developer tools

Categories

(DevTools :: Inspector, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: miker, Unassigned)

References

Details

(Whiteboard: [computedview][ruleview])

When bug 561154 is fixed we should make our developer tools conform to the platform implementation.

p:-moz-any(:hover,#mypara) {} is just two selectors:
p:hover, p#mypara {}
We should check which apply to the current element and score from there.
Priority: -- → P2
Whiteboard: [computedview][ruleview]
These days we use the specificity provided by the browser so this bug is fixed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.