aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/style/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/style/index.html')
-rw-r--r--files/zh-cn/web/html/element/style/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/style/index.html b/files/zh-cn/web/html/element/style/index.html
index 7542db4262..dfc2f7c41a 100644
--- a/files/zh-cn/web/html/element/style/index.html
+++ b/files/zh-cn/web/html/element/style/index.html
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Element/style
<dt>
<p>{{htmlattrdef("nonce")}}</p>
</dt>
- <dd>一种加密的随机数(一次使用的数字),用于在<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src">style-src Content-Security-Policy</a>中将内联样式列入白名单。 服务器每次发送策略时都必须生成一个唯一的随机数值。 提供一个无法猜测的随机数非常重要,因为绕开资源策略是微不足道的。</dd>
+ <dd>一种加密的随机数(一次使用的数字),用于在<a href="/zh-CN/docs/Web/HTTP/Headers/Content-Security-Policy/style-src">style-src Content-Security-Policy</a>中将内联样式列入白名单。 服务器每次发送策略时都必须生成一个唯一的随机数值。 提供一个无法猜测的随机数非常重要,因为绕开资源策略是微不足道的。</dd>
<dt>{{htmlattrdef("title")}}</dt>
<dd>指定可选的样式表。</dd>
<dt>
@@ -170,5 +170,5 @@ translation_of: Web/HTML/Element/style
<ul>
<li>{{HTMLElement("link")}}元素允许使用外部的样式表。</li>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets">Alternative Style Sheets</a></li>
+ <li><a href="/zh-CN/docs/Web/CSS/Alternative_style_sheets">Alternative Style Sheets</a></li>
</ul>