From 832d2864113a121f0c864c915299679123f3e852 Mon Sep 17 00:00:00 2001 From: Zhang Hang Date: Sun, 12 Sep 2021 16:09:06 +0800 Subject: Fix missing content in Web/HTML/Element/link, zh-CN (#2362) Attributes as is only used when rel="preload" or rel="prefetch" has been set on the element. But the translation missed 'prefetch' . --- files/zh-cn/web/html/element/link/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/html/element/link/index.html b/files/zh-cn/web/html/element/link/index.html index e2b2038e43..b8b9fe0246 100644 --- a/files/zh-cn/web/html/element/link/index.html +++ b/files/zh-cn/web/html/element/link/index.html @@ -60,7 +60,7 @@ translation_of: Web/HTML/Element/link
{{htmlattrdef("as")}}
-
该属性仅在<link>元素设置了 rel="preload" 时才能使用。它规定了<link>元素加载的内容的类型,对于内容的优先级、请求匹配、正确的内容安全策略的选择以及正确的 {{httpheader("Accept")}}请求头的设置,这个属性是必需的。
+
该属性仅在<link>元素设置了 rel="preload" 或者 rel="prefetch" 时才能使用。它规定了<link>元素加载的内容的类型,对于内容的优先级、请求匹配、正确的内容安全策略的选择以及正确的 {{httpheader("Accept")}}请求头的设置,这个属性是必需的。
-- cgit v1.2.3-54-g00ecf