RESOLVED DUPLICATE of bug 199237 204165
Add support for selector() feature query
https://bugs.webkit.org/show_bug.cgi?id=204165
Summary Add support for selector() feature query
Miriam Suzanne
Reported 2019-11-13 10:53:41 PST
- `@supports selector( <complex-selector> )` - From CSS Conditionals Module Level 4 (https://drafts.csswg.org/css-conditional-4/) As browsers start to roll out selectors from level 4 – :focus-within, :focus-visible, :is, :where, ::marker, extended :not and :nth-child, etc – authors are excited to start using these new tools, but we don't have the @supports control to manage fallbacks. That problem is exacerbated by the new selectors landing *before* our ability to check for them. It's frustrating to have a feature-query that has less support than the feature being queried. The longer this feature is delayed, the less useful it becomes for a new round of selectors already appearing in browsers. Firefox has already shipped, and chromium is planning to implement this month (https://bugs.chromium.org/p/chromium/issues/detail?id=979041#c8).
Attachments
Radar WebKit Bug Importer
Comment 1 2019-11-16 15:46:07 PST
Smoley
Comment 2 2019-11-18 12:41:39 PST
*** This bug has been marked as a duplicate of bug 199237 ***
Note You need to log in before you can comment on or make changes to this bug.