From 01b845e6d402777fe03cc4dd7ed5f21af400eed1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Jan 2022 17:38:26 +0800 Subject: Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element. --- files/zh-cn/web/html/element/output/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/zh-cn/web/html/element/output') diff --git a/files/zh-cn/web/html/element/output/index.html b/files/zh-cn/web/html/element/output/index.html index 0d06b9d223..2c428e0dd6 100644 --- a/files/zh-cn/web/html/element/output/index.html +++ b/files/zh-cn/web/html/element/output/index.html @@ -28,7 +28,7 @@ translation_of: Web/HTML/Element/output 接受任何 短语元素 - 允许ARIA角色 + 允许 ARIA 角色 Any @@ -44,11 +44,11 @@ translation_of: Web/HTML/Element/output
{{htmlattrdef("for")}}
-
其它影响计算结果的标签的ID,可以多个。
+
其它影响计算结果的标签的 ID,可以多个。
{{htmlattrdef("form")}}
-
与当前标签有关联的form(从属的表单)。该属性的值必须是当前文档内的表单元素的ID。如果未指明该属性,output标签必须是一个form的后代标签。该属性的用处在于可以让output标签脱离form标签,存在于一个网页文档的任意位置。
+
与当前标签有关联的 form(从属的表单)。该属性的值必须是当前文档内的表单元素的 ID。如果未指明该属性,output 标签必须是一个 form 的后代标签。该属性的用处在于可以让 output 标签脱离 form 标签,存在于一个网页文档的任意位置。
{{htmlattrdef("name")}}
-
name属性。
+
name 属性。

例子

-- cgit v1.2.3-54-g00ecf