aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/param/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/param/index.html')
-rw-r--r--files/zh-cn/web/html/element/param/index.html8
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>