--- title: ':where()' slug: 'Web/CSS/:where' tags: - CSS - Web - 伪类 - 参考 - 选择器 translation_of: 'Web/CSS/:where' ---
{{CSSRef}}{{Draft}}{{SeeCompatTable}}
:where()
CSS 伪类函数接受选择器列表作为它的参数,将会选择所有能被该选择器列表中任何一条规则选中的元素。
:where()
和 {{CSSxRef(":is", ":is()")}} 的不同之处在于,:where()
的优先级总是为 0 ,但是 :is()
的优先级是由它的选择器列表中优先级最高的选择器决定的。
规范 | 状态 | 备注 |
---|---|---|
{{SpecName("CSS4 Selectors", "#zero-matches", ":where()")}} | {{Spec2("CSS4 Selectors")}} | Initial definition. |
{{Compat("css.selectors.where")}}