Closed
Bug 1354965
Opened 8 years ago
Closed 6 years ago
stylo: Style sharing candidate should only do a reduced selector-matching.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug)
Details
We only share among siblings (and we may want to extend to extend it across cousins), so we should only match until we find a descendant combinator.
Reporter | ||
Updated•8 years ago
|
Blocks: stylo-perf
Comment 1•8 years ago
|
||
I'm somewhat skeptical that revalidation selector matching is hot enough to make this worthwhile, but I might be wrong. We should measure.
Priority: -- → P4
Comment 2•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Reporter | ||
Comment 3•6 years ago
|
||
Since we have cousin sharing we actually cannot do this.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•