Closed
Bug 180856
Opened 22 years ago
Closed 15 years ago
Rewrite how inspector accesses style rules
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: caillon, Unassigned)
Details
It currently goes meddling into the rule node. We should be using the CSSOM
interfaces instead since inspector has no business knowing about the style
system's internals. One bug that is caused by this is that looking at an
element that has a background style applied to it, and moving over to style
rules view, we are shown background-clip and background-origin with values of
-moz-initial.
Reporter | ||
Comment 1•21 years ago
|
||
Mass re-assigning bugs to dom.inspector@extensions.bugs
Assignee: caillon → dom.inspector
Updated•20 years ago
|
Product: Core → Other Applications
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Comment 2•15 years ago
|
||
Wontfixing this. There are no CSSOM interfaces for what Inspector needs here, and the -moz-* stuff shows up in the CSSOM too, in any case.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•