Closed
Bug 1664718
Opened 4 years ago
Closed 4 years ago
Allow :is() and :where() to have better error recovery.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Adjust is-where-parsing.html to work with both the new and old behavior,
and add a test for the new behavior.
Depends on D90049
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/da187b003f27
Minor cleanup: Use shorthand initialization in selectors. r=xidorn
Assignee | ||
Updated•4 years ago
|
Keywords: dev-doc-needed
Comment 4•4 years ago
|
||
bugherder |
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c8a8791a26ed
Allow :is() and :where() to have better error recovery. r=xidorn
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/25519 for changes under testing/web-platform/tests
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/62e71d3b6b32
Fix selectors unit tests.
Comment 8•4 years ago
|
||
Backed out 2 changesets (Bug 1664718) for causing wpt and bc failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/4bb4dfe9dc2d82a6a651bc830bcbdd26cdae5b65
Failure log:
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(emilio)
Updated•4 years ago
|
Attachment #9175443 -
Attachment description: Bug 1664718 - Allow :is() and :where() to have better error recovery. r=#style → Bug 1664718 - Allow :is() and :where() to have better error recovery. r=xidorn
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/078dc5a03661
Allow :is() and :where() to have better error recovery. r=xidorn
Assignee | ||
Updated•4 years ago
|
Severity: -- → S3
Type: defect → enhancement
Comment 10•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Upstream PR merged by moz-wptsync-bot
Updated•4 years ago
|
Keywords: leave-open
status-firefox82:
--- → fixed
Target Milestone: --- → 82 Branch
Comment 12•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/850df777262d
Port bug 1664718 - Copy changes to comm-central version of browser_parsable_css.js. rs=bustage-fix
Blocks: selectors-4
Updated•4 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 13•4 years ago
|
||
Updated the :where() and :is() pages:
- https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/:where
- https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/:is
Updated BDC, and also added a note in the 82 release notes.
You need to log in
before you can comment on or make changes to this bug.
Description
•