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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/track/index.html b/files/zh-cn/web/html/element/track/index.html
index e93803188c..0b0f80a474 100644
--- a/files/zh-cn/web/html/element/track/index.html
+++ b/files/zh-cn/web/html/element/track/index.html
@@ -88,7 +88,7 @@ translation_of: Web/HTML/Element/track
<dt>{{htmlattrdef("src")}}</dt>
<dd>track的地址。必须是合法的URL。该属性必须定义。</dd>
<dt>{{htmlattrdef("srclang")}}</dt>
- <dd>track文本数据的语言。它必须是合法的 <a href="http://people.w3.org/rishida/utils/subtags/" title="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>