aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/stylesheet/disabled/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/stylesheet/disabled/index.html')
-rw-r--r--files/zh-cn/web/api/stylesheet/disabled/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/stylesheet/disabled/index.html b/files/zh-cn/web/api/stylesheet/disabled/index.html
index a18d5f068f..353f423a33 100644
--- a/files/zh-cn/web/api/stylesheet/disabled/index.html
+++ b/files/zh-cn/web/api/stylesheet/disabled/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/StyleSheet/disabled
<div>{{domxref("StyleSheet")}}接口的 <strong><code>disabled</code> </strong>属性用于决定样式表是否被禁用于文档。</div>
-<div>样式表被禁用可能由于这个属性被手动设置为 <font face="consolas, Liberation Mono, courier, monospace"><span style="background-color: rgba(220, 220, 220, 0.5);">true</span></font>,也可能是因为样式表是未激活的<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets">alternative style sheet</a>。注意 <code>disabled == false</code> 并不保证样式表一定生效(例如它可能被移除出文档)。</div>
+<div>样式表被禁用可能由于这个属性被手动设置为 <font face="consolas, Liberation Mono, courier, monospace"><span style="background-color: rgba(220, 220, 220, 0.5);">true</span></font>,也可能是因为样式表是未激活的<a href="/zh-CN/docs/Web/CSS/Alternative_style_sheets">alternative style sheet</a>。注意 <code>disabled == false</code> 并不保证样式表一定生效(例如它可能被移除出文档)。</div>
<h2 id="Syntax" name="Syntax">语法</h2>