Closed
Bug 1293399
Opened 8 years ago
Closed 8 years ago
stylo: Compute pseudo-element change hints in a less broken way.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: emilio, Unassigned)
References
Details
Right now we don't bother looking at the pseudo's style context.
This was already wrong-ish in Servo (in the sense that they did more work than needed), since Servo compares the new node style with the new pseudo's style.
In practice, we should compare the old and new pseudo-element's style. That's a decent amount of changes that won't be part of https://github.com/servo/servo/pull/12757, and that also need a few gecko support code in our case to find the pseudo-element's style context in the frame tree if present.
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
This is fixed already.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•