Closed
Bug 2004653
Opened 5 months ago
Closed 5 months ago
Fix parsing of custom media queries.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
I forgot to parse the custom dashed ident :)
| Assignee | ||
Comment 1•5 months ago
|
||
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8f2e67844e70
https://hg.mozilla.org/integration/autoland/rev/e062dae9e702
Fix parsing of custom media features. r=jwatt
If only -- is present, what currently happens? I believe more WPT tests need to be added.
@custom-media -- (width > 0px);
@media (--) {
:root {
background: green;
}
}
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/56560 for changes under testing/web-platform/tests
Comment 5•5 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
Upstream PR merged by moz-wptsync-bot
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c149/b148]
You need to log in
before you can comment on or make changes to this bug.
Description
•