Open Bug 557577 Opened 14 years ago Updated 2 years ago

make DOM inspector and firebug reflect :visited styles better

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

Tracking Status
blocking2.0 --- -

People

(Reporter: dbaron, Unassigned)

References

Details

After bug 147777 landed, DOM Inspector only reflects styles (selector matching, computed styles) as though all links are unvisited.

We should improve this; there are a bunch of options.

Computed styles are relatively straightforward if we want to fix them directly.

Selector matching is a little more complicated.

I think most of the changes would be in the hooks in layout/inspector (which I think both DOMI and Firebug use), although some might be in the DOMI and Firebug code itself.  This needs to be figured out.
blocking2.0: --- → ?
This is a mass change. Every comment has "assigned-to-new" in it.

I didn't look through the bugs, so I'm sorry if I change a bug which shouldn't be changed. But I guess these bugs are just bugs that were once assigned and people forgot to change the Status back when unassigning.
Status: ASSIGNED → NEW
blocking2.0: ? → beta1+
Priority: -- → P2
Bumping this to beta2 per beta re-triage with dbaron.  If this should indeed block beta1, please re-nom.
blocking2.0: beta1+ → beta2+
Moving to betaN, will need to be pulled into one of the beta milestones.
blocking2.0: beta2+ → betaN+
Probably the API for computed style involves two pieces:
 * what is the relevant link for this node?
 * what is the computed-style-if-visited for this node?
Status: NEW → ASSIGNED
See Also: → 713106
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.