Closed
Bug 1804677
Opened 3 years ago
Closed 3 years ago
Don't share style for cousins that are using Container Queries
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: zsun, Assigned: zsun)
Details
Attachments
(1 file)
Taking css/css-contain/container-queries/grid-item-container.html as an example, when the grid items have the same container queries style and rules, we need to evaluate them individually.
Updated•3 years ago
|
Assignee: nobody → zsun
Status: NEW → ASSIGNED
Summary: Don't share style for elements that are using Container Queries → Don't share style for cousins that are using Container Queries
Updated•3 years ago
|
Attachment #9307326 -
Attachment description: Bug 1804677 - Don't share style for elements that are using Container Queries. r=emilio → Bug 1804677 - Don't share style for cousins that are using Container Queries. r=emilio
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ef6f715d594d
Don't share style for cousins that are using Container Queries. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/37424 for changes under testing/web-platform/tests
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•