aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/_colon_where/index.html
blob: 207deb2f6f1c379472033ce6ffcacc285280bf08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: ':where()'
slug: 'Web/CSS/:where'
tags:
  - CSS
  - Web
  - 伪类
  - 参考
  - 选择器
translation_of: 'Web/CSS/:where'
---
<p>{{CSSRef}}{{Draft}}{{SeeCompatTable}}</p>

<p><strong><code>:where()</code></strong> <a href="/zh-CN/docs/Web/CSS/Pseudo-classes">CSS 伪类</a>函数接受<a href="/zh-CN/docs/Web/CSS/Selector_list">选择器列表</a>作为它的参数,将会选择所有能被该选择器列表中任何一条规则选中的元素。</p>

<p><code>:where()</code>{{CSSxRef(":is", ":is()")}} 的不同之处在于,<code>:where()</code><a href="/zh-CN/docs/Web/CSS/Specificity">优先级</a>总是为 0 ,但是 <code>:is()</code> 的优先级是由它的选择器列表中优先级最高的<a href="/zh-CN/docs/Glossary/CSS_Selector">选择器</a>决定的。</p>

<h2 id="语法">语法</h2>

<pre class="syntaxbox">{{CSSSyntax}}</pre>

<h2 id="规范">规范</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">规范</th>
   <th scope="col">状态</th>
   <th scope="col">备注</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("CSS4 Selectors", "#zero-matches", ":where()")}}</td>
   <td>{{Spec2("CSS4 Selectors")}}</td>
   <td>Initial definition.</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

<div>


<p>{{Compat("css.selectors.where")}}</p>
</div>

<h2 id="参见">参见</h2>

<ul>
 <li>{{CSSxRef(":is", ":is()")}} {{Experimental_Inline}}</li>
 <li><a href="/zh-CN/docs/Web/CSS/Selector_list">选择器列表</a></li>
</ul>