aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/track/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/track/index.html')
-rw-r--r--files/zh-cn/web/html/element/track/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/files/zh-cn/web/html/element/track/index.html b/files/zh-cn/web/html/element/track/index.html
index 0b0f80a474..c39bf6cb7d 100644
--- a/files/zh-cn/web/html/element/track/index.html
+++ b/files/zh-cn/web/html/element/track/index.html
@@ -21,7 +21,7 @@ translation_of: Web/HTML/Element/track
</tr>
<tr>
<td><strong>允许的内容</strong></td>
- <td><span style="background-color: rgba(212, 221, 228, 0.14902);">无, 它是一个 {{Glossary("空元素")}}。</span></td>
+ <td><span style="background-color: rgba(212, 221, 228, 0.14902);">无,它是一个 {{Glossary("空元素")}}。</span></td>
</tr>
<tr>
<td><strong>标签省略</strong></td>
@@ -32,11 +32,11 @@ translation_of: Web/HTML/Element/track
<td>媒体元素,<a href="/en-US/docs/HTML/Content_categories#Flow_content" title="HTML/Content_categories#Flow_content">流内容</a>之前。</td>
</tr>
<tr>
- <td><strong>允许的ARIA角色</strong></td>
+ <td><strong>允许的 ARIA 角色</strong></td>
<td>无</td>
</tr>
<tr>
- <td><strong>DOM接口</strong></td>
+ <td><strong>DOM 接口</strong></td>
<td>{{domxref("HTMLTrackElement")}}</td>
</tr>
</tbody>
@@ -48,7 +48,7 @@ translation_of: Web/HTML/Element/track
<dl>
<dt>{{htmlattrdef("default")}}</dt>
- <dd>该属性定义了该track应该启用,除非用户首选项指定了更合适一个track。每个媒体元素里面只有一个 <code>track</code> 元素可以有这个属性。</dd>
+ <dd>该属性定义了该 track 应该启用,除非用户首选项指定了更合适一个 track。每个媒体元素里面只有一个 <code>track</code> 元素可以有这个属性。</dd>
<dt>{{htmlattrdef("kind")}}</dt>
<dd>定义了 text track 应该如何使用。如果省略了该属性,默认的 kind 值就是 <code>subtitles</code>。下面是允许的关键字:
<ul>
@@ -78,17 +78,17 @@ translation_of: Web/HTML/Element/track
</li>
<li><code>metadata</code>
<ul>
- <li>脚本使用的track。 对用户不可见。</li>
+ <li>脚本使用的 track。 对用户不可见。</li>
</ul>
</li>
</ul>
</dd>
<dt>{{htmlattrdef("label")}}</dt>
- <dd>当列出可用的text tracks时,给浏览器使用的text track的标题,这种标题是用户可读的。</dd>
+ <dd>当列出可用的 text tracks 时,给浏览器使用的 text track 的标题,这种标题是用户可读的。</dd>
<dt>{{htmlattrdef("src")}}</dt>
- <dd>track的地址。必须是合法的URL。该属性必须定义。</dd>
+ <dd>track 的地址。必须是合法的 URL。该属性必须定义。</dd>
<dt>{{htmlattrdef("srclang")}}</dt>
- <dd>track文本数据的语言。它必须是合法的 <a href="http://people.w3.org/rishida/utils/subtags/">BCP 47</a> 语言标签。如果 <code>kind</code> 属性被设为 <code>subtitles,</code> 那么<code>srclang</code> 必须定义。</dd>
+ <dd>track 文本数据的语言。它必须是合法的 <a href="http://people.w3.org/rishida/utils/subtags/">BCP 47</a> 语言标签。如果 <code>kind</code> 属性被设为 <code>subtitles,</code> 那么<code>srclang</code> 必须定义。</dd>
</dl>
<h2 id="用法说明">用法说明</h2>