diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-04 17:38:26 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-15 22:48:15 +0800 |
commit | 01b845e6d402777fe03cc4dd7ed5f21af400eed1 (patch) | |
tree | b3d3d8272d9c7c5207ebb016d072a10d9b7e04ea /files/zh-cn/web/html/element/param | |
parent | c1ed2f39d8921536444e3334bab549d7100a286e (diff) | |
download | translated-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/param')
-rw-r--r-- | files/zh-cn/web/html/element/param/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-cn/web/html/element/param/index.html b/files/zh-cn/web/html/element/param/index.html index 9010cb378f..399f0a6448 100644 --- a/files/zh-cn/web/html/element/param/index.html +++ b/files/zh-cn/web/html/element/param/index.html @@ -19,7 +19,7 @@ translation_of: Web/HTML/Element/param </tr> <tr> <th scope="row"><dfn>标签省略</dfn></th> - <td>由于它是一个void元素,所以开始标签必须出现,而结束标签必须不出现。</td> + <td>由于它是一个 void 元素,所以开始标签必须出现,而结束标签必须不出现。</td> </tr> <tr> <th scope="row"><dfn>允许的父级元素</dfn></th> @@ -40,15 +40,15 @@ translation_of: Web/HTML/Element/param <dt>{{ htmlattrdef("name") }}</dt> <dd>参数的名字。</dd> <dt>{{ htmlattrdef("type") }} {{ obsolete_inline() }}</dt> - <dd>仅当valuetype设置为“ref”时才使用。根据URI中给定的数据确定MIME类型。</dd> + <dd>仅当 valuetype 设置为 “ref” 时才使用。根据 URI 中给定的数据确定 MIME 类型。</dd> <dt>{{ htmlattrdef("value") }}</dt> <dd>确定参数的值。</dd> <dt>{{ htmlattrdef("valuetype") }} {{ obsolete_inline() }}</dt> <dd>确定参数的类型。可选值如下: <ul> <li>data: 默认值。该值作为字符串变量传递给对象实例。</li> - <li>ref: 该值是存储运行时变量的资源的URI。</li> - <li>object: 同一页面(document)中另一个{{HTMLElement("object")}}的ID。</li> + <li>ref: 该值是存储运行时变量的资源的 URI。</li> + <li>object: 同一页面(document)中另一个{{HTMLElement("object")}}的 ID。</li> </ul> </dd> </dl> |