[html5] r7590 - [giow] (0) Fix error in how in-band tracks are handled. Affected topics: HTML, V [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 17 16:10:08 PST 2012
Author: ianh
Date: 2012-12-17 16:10:07 -0800 (Mon, 17 Dec 2012)
New Revision: 7590
Modified:
complete.html
index
source
Log:
[giow] (0) Fix error in how in-band tracks are handled.
Affected topics: HTML, Video Text Tracks
Modified: complete.html
===================================================================
--- complete.html 2012-12-17 23:44:21 UTC (rev 7589)
+++ complete.html 2012-12-18 00:10:07 UTC (rev 7590)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 17 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 18 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32439,7 +32439,7 @@
first <code title="">stbl</code> box of the
first <code title="">minf</code> box of the
first <code title="">mdia</code> box of the
- first <code title="">trak</code> box of the
+ <a href=#text-track>text track</a>'s <code title="">trak</code> box in the
first <code title="">moov</code> box
of the file be the <i>stsd box</i>, if any.
@@ -104208,6 +104208,7 @@
Bjartur Thorlacius,
Björn Höhrmann,
Blake Frantz,
+ Bob Lund,
Boris Zbarsky,
Brad Fults,
Brad Neuberg,
Modified: index
===================================================================
--- index 2012-12-17 23:44:21 UTC (rev 7589)
+++ index 2012-12-18 00:10:07 UTC (rev 7590)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 17 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 18 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32439,7 +32439,7 @@
first <code title="">stbl</code> box of the
first <code title="">minf</code> box of the
first <code title="">mdia</code> box of the
- first <code title="">trak</code> box of the
+ <a href=#text-track>text track</a>'s <code title="">trak</code> box in the
first <code title="">moov</code> box
of the file be the <i>stsd box</i>, if any.
@@ -104208,6 +104208,7 @@
Bjartur Thorlacius,
Björn Höhrmann,
Blake Frantz,
+ Bob Lund,
Boris Zbarsky,
Brad Fults,
Brad Neuberg,
Modified: source
===================================================================
--- source 2012-12-17 23:44:21 UTC (rev 7589)
+++ source 2012-12-18 00:10:07 UTC (rev 7590)
@@ -35179,7 +35179,7 @@
first <code title="">stbl</code> box of the
first <code title="">minf</code> box of the
first <code title="">mdia</code> box of the
- first <code title="">trak</code> box of the
+ <span>text track</span>'s <code title="">trak</code> box in the
first <code title="">moov</code> box
of the file be the <i>stsd box</i>, if any.
@@ -121999,6 +121999,7 @@
Bjartur Thorlacius,
Björn Höhrmann,
Blake Frantz,
+ Bob Lund,
Boris Zbarsky,
Brad Fults,
Brad Neuberg,
More information about the Commit-Watchers
mailing list