aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/output
diff options
context:
space:
mode:
authorJason Lee <huacnlee@gmail.com>2022-01-04 17:38:26 +0800
committerIrvin <irvinfly@gmail.com>2022-02-15 22:48:15 +0800
commit01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch)
treeb3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/output
parentc1ed2f39d8921536444e3334bab549d7100a286e (diff)
downloadtranslated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.gz
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.tar.bz2
translated-content-01b845e6d402777fe03cc4dd7ed5f21af400eed1.zip
Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element.
Diffstat (limited to 'files/zh-cn/web/html/element/output')
-rw-r--r--files/zh-cn/web/html/element/output/index.html8
1 files changed, 4 insertions, 4 deletions
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
<td>接受任何 <a href="/zh-CN/docs/HTML/Content_categories#Phrasing_content">短语元素</a></td>
</tr>
<tr>
- <th scope="row">允许ARIA角色</th>
+ <th scope="row">允许 ARIA 角色</th>
<td>Any</td>
</tr>
<tr>
@@ -44,11 +44,11 @@ translation_of: Web/HTML/Element/output
<dl>
<dt>{{htmlattrdef("for")}}</dt>
- <dd>其它影响计算结果的标签的ID,可以多个。</dd>
+ <dd>其它影响计算结果的标签的 ID,可以多个。</dd>
<dt>{{htmlattrdef("form")}}</dt>
- <dd>与当前标签有关联的form(从属的表单)。该属性的值必须是当前文档内的表单元素的ID。如果未指明该属性,output标签必须是一个form的后代标签。该属性的用处在于可以让output标签脱离form标签,存在于一个网页文档的任意位置。</dd>
+ <dd>与当前标签有关联的 form(从属的表单)。该属性的值必须是当前文档内的表单元素的 ID。如果未指明该属性,output 标签必须是一个 form 的后代标签。该属性的用处在于可以让 output 标签脱离 form 标签,存在于一个网页文档的任意位置。</dd>
<dt>{{htmlattrdef("name")}}</dt>
- <dd>name属性。</dd>
+ <dd>name 属性。</dd>
</dl>
<h2 id="Example" name="Example">例子</h2>