Closed
Bug 2029949
Opened 2 days ago
Closed 2 days ago
Consider returning a hint directly in StyleChangeKind
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
Haven't dug yet but at a glance it seems more provably correct (since multiple of those changes might happen at a time) and maybe less confusing?
Flags: needinfo?(emilio)
| Assignee | ||
Comment 1•2 days ago
|
||
We can't just early-return CASCADE_SELF now, it's not sound in presence
of container queries if the custom properties or container-name changes.
Updated•2 days ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 days ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b655a605eb33
https://hg.mozilla.org/integration/autoland/rev/a333985c4f99
Fix children hint computation for style queries. r=diegociudadreale
Pushed by rperta@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/07e27bfce5ac
https://hg.mozilla.org/integration/autoland/rev/12a1ea4146eb
Fix explicit inheritance of custom props, and annotate a failure that fails for non-custom props already.
https://hg.mozilla.org/mozilla-central/rev/a333985c4f99
https://hg.mozilla.org/mozilla-central/rev/12a1ea4146eb
Status: ASSIGNED → RESOLVED
Closed: 2 days ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•