Closed
Bug 1945342
Opened 13 days ago
Closed 6 days ago
Prototype style() queries.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•13 days ago
|
||
Not intended to be a full implementation, but more of an off-by-default
prototype with the right pieces in place.
This parses and evaluates the queries, but:
-
They don't evaluate against the right style (I didn't change the
container query lookup yet). -
They're not invalidated properly (this changes selector matching as a
result of style changes which is not currently dealt with).
Still I want to get this in since it's kinda straight-forward and needed
for the eventual full implementation.
There are some tests that start running now that I'd need to update, try
in progress.
Updated•10 days ago
|
Severity: -- → S3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb2fe847826c
Prototype style() container queries. r=dshin
Status: NEW → RESOLVED
Closed: 6 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•