aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/_colon_is/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/_colon_is/index.html')
-rw-r--r--files/zh-cn/web/css/_colon_is/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/css/_colon_is/index.html b/files/zh-cn/web/css/_colon_is/index.html
index 2f0a3d04de..5b1d68e355 100644
--- a/files/zh-cn/web/css/_colon_is/index.html
+++ b/files/zh-cn/web/css/_colon_is/index.html
@@ -210,7 +210,7 @@ h1 {
<h3 id="Avoiding_selector_list_invalidation">Avoiding selector list invalidation</h3>
-<p>Unlike <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Selector_list">selector lists</a>, the <code>:is()</code> pseudo-class doesn't get invalidated when one of the selectors passed to it isn't supported by the browser.</p>
+<p>Unlike <a href="/zh-CN/docs/Web/CSS/Selector_list">selector lists</a>, the <code>:is()</code> pseudo-class doesn't get invalidated when one of the selectors passed to it isn't supported by the browser.</p>
<pre><code>:is(:valid, :unsupported) {
...
@@ -276,8 +276,8 @@ h1 {
<h2 id="相关链接">相关链接</h2>
<ul>
- <li>{{CSSxRef(":where", ":where()")}} {{Experimental_Inline}} - Like <code>:is()</code>, but with 0 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Specificity">specificity</a>.</li>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Selector_list">Selector list</a></li>
+ <li>{{CSSxRef(":where", ":where()")}} {{Experimental_Inline}} - Like <code>:is()</code>, but with 0 <a href="/zh-CN/docs/Web/CSS/Specificity">specificity</a>.</li>
+ <li><a href="/zh-CN/docs/Web/CSS/Selector_list">Selector list</a></li>
</ul>
<ul>