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 ++-- files/zh-cn/web/html/element/area/index.html | 2 +- files/zh-cn/web/html/element/col/index.html | 2 +- files/zh-cn/web/html/element/colgroup/index.html | 2 +- files/zh-cn/web/html/element/head/index.html | 2 +- files/zh-cn/web/html/element/input/index.html | 2 +- files/zh-cn/web/html/element/strong/index.html | 2 +- files/zh-cn/web/html/element/summary/index.html | 2 +- files/zh-cn/web/html/element/table/index.html | 2 +- files/zh-cn/web/html/element/time/index.html | 4 ++-- files/zh-cn/web/html/element/video/index.html | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) (limited to 'files/zh-cn/web/html/element') 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的链接资源。

diff --git a/files/zh-cn/web/html/element/area/index.html b/files/zh-cn/web/html/element/area/index.html index 0afb9521e6..62fe488405 100644 --- a/files/zh-cn/web/html/element/area/index.html +++ b/files/zh-cn/web/html/element/area/index.html @@ -49,7 +49,7 @@ translation_of: Web/HTML/Element/area
{{htmlattrdef("hreflang")}} {{HTMLVersionInline("5")}}
-
指明链接资源的语言类型, 值的范围参考BCP47. 这个属性只能在指明href属性之后使用.
+
指明链接资源的语言类型, 值的范围参考BCP47. 这个属性只能在指明href属性之后使用.
diff --git a/files/zh-cn/web/html/element/col/index.html b/files/zh-cn/web/html/element/col/index.html index 317a35f680..28eb2b5fb4 100644 --- a/files/zh-cn/web/html/element/col/index.html +++ b/files/zh-cn/web/html/element/col/index.html @@ -54,7 +54,7 @@ translation_of: Web/HTML/Element/col
{{htmlattrdef("bgcolor")}} {{Non-standard_inline}}
-
定义列中对应的每个单元格的背景色。其值是 sRGB 定义的6位16进制代码之一,前缀为 '#'。 也可以使用以下16个预定义的颜色字符: +
定义列中对应的每个单元格的背景色。其值是 sRGB 定义的6位16进制代码之一,前缀为 '#'。 也可以使用以下16个预定义的颜色字符: diff --git a/files/zh-cn/web/html/element/colgroup/index.html b/files/zh-cn/web/html/element/colgroup/index.html index 5ebaef5929..fc15883a37 100644 --- a/files/zh-cn/web/html/element/colgroup/index.html +++ b/files/zh-cn/web/html/element/colgroup/index.html @@ -85,7 +85,7 @@ translation_of: Web/HTML/Element/colgroup
{{htmlattrdef("bgcolor")}} {{Non-standard_inline}}
-
这个属性用于定义列组中的每一个列成员的背景颜色。在 sRGB 的定义中,它是一个以 '#' 开头的 6 位 16 进制值,有 16 个预定义的表示颜色的字符串可以使用,如下所示: +
这个属性用于定义列组中的每一个列成员的背景颜色。在 sRGB 的定义中,它是一个以 '#' 开头的 6 位 16 进制值,有 16 个预定义的表示颜色的字符串可以使用,如下所示:
diff --git a/files/zh-cn/web/html/element/head/index.html b/files/zh-cn/web/html/element/head/index.html index 338521df1f..e2cc54a600 100644 --- a/files/zh-cn/web/html/element/head/index.html +++ b/files/zh-cn/web/html/element/head/index.html @@ -41,7 +41,7 @@ translation_of: Web/HTML/Element/head

附注

-

如果在文档中忽略了 <head> 标签,则大部分浏览器会自动创建一个 <head> 元素。当然,有一些不会
+

如果在文档中忽略了 <head> 标签,则大部分浏览器会自动创建一个 <head> 元素。当然,有一些不会
下面这些浏览器经测试不会自动创建一个 head 元素:Android <=1.6, iPhone <=3.1.3, Nokia 90, Opera <=9.27, and Safari <=3.2.1。

规范

diff --git a/files/zh-cn/web/html/element/input/index.html b/files/zh-cn/web/html/element/input/index.html index 6747278313..2c35a8ea74 100644 --- a/files/zh-cn/web/html/element/input/index.html +++ b/files/zh-cn/web/html/element/input/index.html @@ -578,7 +578,7 @@ translation_of: Web/HTML/Element/input

When the form above is submitted, the input cause both the name / value pair of fruit=cherry and the dirname / direction pair of fruit.dir=ltr to be sent.

{{ htmlattrdef("disabled") }}
-
这个布尔属性表示此表单控件不可用。 特别是在禁用的控件中, click 事件 将不会被分发 。 并且,禁用的控件的值在提交表单时也不会被提交。如果 type 属性为  hidden,此属性将被忽略。
+
这个布尔属性表示此表单控件不可用。 特别是在禁用的控件中, click 事件 将不会被分发 。 并且,禁用的控件的值在提交表单时也不会被提交。如果 type 属性为  hidden,此属性将被忽略。
Note: Although not required by the specification, Firefox will by default persist the dynamic disabled state of an <input> across page loads. Use the {{htmlattrxref("autocomplete","input")}} attribute to control this feature.
diff --git a/files/zh-cn/web/html/element/strong/index.html b/files/zh-cn/web/html/element/strong/index.html index 3c26687500..b630ce99f0 100644 --- a/files/zh-cn/web/html/element/strong/index.html +++ b/files/zh-cn/web/html/element/strong/index.html @@ -34,7 +34,7 @@ translation_of: Web/HTML/Element/strong - +
规范文档HTML5, section 4.6.3; HTML 4.01, section 9.2.1HTML5, section 4.6.3; HTML 4.01, section 9.2.1
diff --git a/files/zh-cn/web/html/element/summary/index.html b/files/zh-cn/web/html/element/summary/index.html index eb18e10ed3..c959270b5d 100644 --- a/files/zh-cn/web/html/element/summary/index.html +++ b/files/zh-cn/web/html/element/summary/index.html @@ -30,7 +30,7 @@ translation_of: Web/HTML/Element/summary 文档规范 - HTML5, section 4.11.2 + HTML5, section 4.11.2 diff --git a/files/zh-cn/web/html/element/table/index.html b/files/zh-cn/web/html/element/table/index.html index 8511032381..ac7c7d5d12 100644 --- a/files/zh-cn/web/html/element/table/index.html +++ b/files/zh-cn/web/html/element/table/index.html @@ -91,7 +91,7 @@ translation_of: Web/HTML/Element/table
{{htmlattrdef("bgcolor")}} {{Deprecated_inline}}
-
这个属性定义了表格的背景颜色。 它是一个6位的十六进制编码,定义于 sRGB,需要加上'#'作为前缀。 当然也可以使用下面已经被预先定义的字符串,来表示常用的16种颜色: +
这个属性定义了表格的背景颜色。 它是一个6位的十六进制编码,定义于 sRGB,需要加上'#'作为前缀。 当然也可以使用下面已经被预先定义的字符串,来表示常用的16种颜色: diff --git a/files/zh-cn/web/html/element/time/index.html b/files/zh-cn/web/html/element/time/index.html index 3679df8d0f..0e5b97e110 100644 --- a/files/zh-cn/web/html/element/time/index.html +++ b/files/zh-cn/web/html/element/time/index.html @@ -35,7 +35,7 @@ translation_of: Web/HTML/Element/time - +
标准文档HTML5, section 4.6.10HTML5, section 4.6.10
@@ -46,7 +46,7 @@ translation_of: Web/HTML/Element/time
{{ htmlattrdef("datetime") }}
-
该属性表示此元素的时间和日期,并且属性值必须是一个有效的日期格式,并可包含时间。 如果此值不能被解析为日期,元素不会有一个关联的时间戳.
+
该属性表示此元素的时间和日期,并且属性值必须是一个有效的日期格式,并可包含时间。 如果此值不能被解析为日期,元素不会有一个关联的时间戳.
{{ htmlattrdef("pubdate") }}
(该属性仍在被WHATWG 和 W3C组织设计和讨论中.) This Boolean attribute specifies that the date and time given by the element is the publication date of a document. The document it applies to is either the nearest ancestor article element or the document as a whole (if there is no ancestor article element). If true, the time element must have a corresponding date. Additionally, each time element indicating a publication date must be the only time element that does so for that document.
diff --git a/files/zh-cn/web/html/element/video/index.html b/files/zh-cn/web/html/element/video/index.html index 544f902feb..dbaa58d81c 100644 --- a/files/zh-cn/web/html/element/video/index.html +++ b/files/zh-cn/web/html/element/video/index.html @@ -71,7 +71,7 @@ translation_of: Web/HTML/Element/video 规范文档 - HTML5, 4.8.6节 + HTML5, 4.8.6节 @@ -283,7 +283,7 @@ AddType video/ogg .ogg
  • 用canvas操作video
  • nsIDOMHTMLMediaElement
  • TinyVid - 在HTML5中使用ogg文件的例子。
  • -
  • video 元素 (HTML5 规范)
  • +
  • video 元素 (HTML5 规范)
  • Ogg 格式媒体文件的服务器配置
  • -- cgit v1.2.3-54-g00ecf