Enable @import supports conditions by default
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
People
(Reporter: canadahonk, Assigned: canadahonk)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Turn on supports conditions in CSS imports (@import supports(...)
) by default.
Spec: https://www.w3.org/TR/css-cascade-4/#conditional-import
Intent needed.
MDN changes:
- No compat data exists for the feature itself (https://developer.mozilla.org/en-US/docs/Web/CSS/@import#browser_compatibility)
- The new CSSImportRule attribute (
supportsText
) has no docs (https://developer.mozilla.org/en-US/docs/Web/API/CSSImportRule)
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Enabled supports conditions in CSS imports (@import supports(...)) by default.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
bugherder |
Assignee | ||
Comment 5•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New CSS feature shipped on by default (in 115)
[Affects Firefox for Android]: Yes
[Suggested wording]: Not sure. For reference, no other browsers implement or ship this at all (yet).
[Links (documentation, blog post, etc)]: No good docs/posts yet?
Comment 6•2 years ago
|
||
:canadahonk thanks for the release note nomination, could you provide some suggested wording as a starting point?
Maybe the code reviewer can help you?
Assignee | ||
Comment 7•2 years ago
|
||
Could have something like "Supports conditions are now supported in (CSS) import rules (@import supports(...)
)"?
Updated•2 years ago
|
Comment 8•2 years ago
•
|
||
Related Pull Requests
Experimental Release PR 27349
BCD PR 20132
Content PR 27075
Wrongly added this to the wrong issue
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Related (correct) Pull Requests
Description
•