[html5] r7676 - [e] (0) Clarify example Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 30 15:49:50 PST 2013
Author: ianh
Date: 2013-01-30 15:49:48 -0800 (Wed, 30 Jan 2013)
New Revision: 7676
Modified:
complete.html
index
source
Log:
[e] (0) Clarify example
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-01-30 23:31:52 UTC (rev 7675)
+++ complete.html 2013-01-30 23:49:48 UTC (rev 7676)
@@ -27820,6 +27820,10 @@
<track kind=subtitles src=brave.de.vtt srclang=de lang=de label="Deutsch">
</video></pre>
+ <p>(The <code title=attr-lang><a href=#attr-lang>lang</a></code> attributes on the last two describe the language of
+ the <code title=attr-track-label><a href=#attr-track-label>label</a></code> attribute, not the language of the subtitles
+ themselves. The language of the subtitles is given by the <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attribute.)</p>
+
</div>
<!--TOPIC:Video and Audio-->
Modified: index
===================================================================
--- index 2013-01-30 23:31:52 UTC (rev 7675)
+++ index 2013-01-30 23:49:48 UTC (rev 7676)
@@ -27820,6 +27820,10 @@
<track kind=subtitles src=brave.de.vtt srclang=de lang=de label="Deutsch">
</video></pre>
+ <p>(The <code title=attr-lang><a href=#attr-lang>lang</a></code> attributes on the last two describe the language of
+ the <code title=attr-track-label><a href=#attr-track-label>label</a></code> attribute, not the language of the subtitles
+ themselves. The language of the subtitles is given by the <code title=attr-track-srclang><a href=#attr-track-srclang>srclang</a></code> attribute.)</p>
+
</div>
<!--TOPIC:Video and Audio-->
Modified: source
===================================================================
--- source 2013-01-30 23:31:52 UTC (rev 7675)
+++ source 2013-01-30 23:49:48 UTC (rev 7676)
@@ -29807,6 +29807,11 @@
<track kind=subtitles src=brave.de.vtt srclang=de lang=de label="Deutsch">
</video></pre>
+ <p>(The <code title="attr-lang">lang</code> attributes on the last two describe the language of
+ the <code title="attr-track-label">label</code> attribute, not the language of the subtitles
+ themselves. The language of the subtitles is given by the <code
+ title="attr-track-srclang">srclang</code> attribute.)</p>
+
</div>
<!--TOPIC:Video and Audio-->
More information about the Commit-Watchers
mailing list