From b9783c06657382caf2267a9a098ffa8e95a7f2ab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 09:33:29 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 5) --- files/zh-cn/web/html/element/a/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/html/element/a') diff --git a/files/zh-cn/web/html/element/a/index.html b/files/zh-cn/web/html/element/a/index.html index f2d265ea4c..1434cbf360 100644 --- a/files/zh-cn/web/html/element/a/index.html +++ b/files/zh-cn/web/html/element/a/index.html @@ -71,7 +71,7 @@ translation_of: Web/HTML/Element/a
{{htmlattrdef("hreflang")}}
-
该属性用于指定链接文档的人类语言。其仅提供建议,并没有内置的功能。hreflang 允许的值取决于HTML5 BCP47
+
该属性用于指定链接文档的人类语言。其仅提供建议,并没有内置的功能。hreflang 允许的值取决于HTML5 BCP47
{{htmlattrdef("ping")}}
包含一个以空格分隔的url列表,当跟随超链接时,将由浏览器(在后台)发送带有正文 PING 的 POST 请求。通常用于跟踪。
@@ -118,7 +118,7 @@ translation_of: Web/HTML/Element/a

过时的

{{htmlattrdef("charset")}} {{obsoleteGeneric("inline","HTML5")}}
-
此属性定义链接资源的字符编码。该值是一个空格- 和/或逗号分隔的RFC 2045中定义的字符集列表。默认值是ISO-8859-1。 +
此属性定义链接资源的字符编码。该值是一个空格- 和/或逗号分隔的RFC 2045中定义的字符集列表。默认值是ISO-8859-1。

使用说明: 在 HTML5 中该属性已作废,不应使用。 为了实现其效果,使用HTTP content - type header的链接资源。

-- cgit v1.2.3-54-g00ecf