[html5] r7952 - [giow] (3) Oops, looks like kind=metadata tracks have been technically supposed [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 10 16:52:03 PDT 2013


Author: ianh
Date: 2013-06-10 16:52:02 -0700 (Mon, 10 Jun 2013)
New Revision: 7952

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Oops, looks like kind=metadata tracks have been technically supposed to render this whole time
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-06-10 22:55:49 UTC (rev 7951)
+++ complete.html	2013-06-10 23:52:02 UTC (rev 7952)
@@ -94261,9 +94261,9 @@
   <p>When the user agent starts <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user
   interface</a> for a <code><a href=#the-video-element>video</a></code> element, the user agent should run the <a href=#rules-for-updating-the-text-track-rendering>rules for
   updating the text track rendering</a> of each of the <a href=#text-track title="text track">text
-  tracks</a> in the <code><a href=#the-video-element>video</a></code> element's <a href=#list-of-text-tracks>list of text tracks</a> that are <a href=#text-track-showing title="text track showing">showing</a> (e.g., for <a href=#text-track title="text track">text tracks</a>
-  based on <a href=#webvtt>WebVTT</a>, the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT text
-  tracks</a>). <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  tracks</a> in the <code><a href=#the-video-element>video</a></code> element's <a href=#list-of-text-tracks>list of text tracks</a> that are <a href=#text-track-showing title="text track showing">showing</a> and whose <a href=#text-track-kind>text track kind</a> is one of <code title=dom-TextTrack-kind-subtitles><a href=#dom-texttrack-kind-subtitles>subtitles</a></code> or <code title=dom-TextTrack-kind-captions><a href=#dom-texttrack-kind-captions>captions</a></code> (e.g., for <a href=#text-track title="text track">text
+  tracks</a> based on <a href=#webvtt>WebVTT</a>, the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT
+  text tracks</a>). <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
   <p class=note>Resizing <code><a href=#the-video-element>video</a></code> and <code><a href=#the-canvas-element>canvas</a></code> elements does not interrupt
   video playback or clear the canvas.</p>

Modified: index
===================================================================
--- index	2013-06-10 22:55:49 UTC (rev 7951)
+++ index	2013-06-10 23:52:02 UTC (rev 7952)
@@ -94261,9 +94261,9 @@
   <p>When the user agent starts <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user
   interface</a> for a <code><a href=#the-video-element>video</a></code> element, the user agent should run the <a href=#rules-for-updating-the-text-track-rendering>rules for
   updating the text track rendering</a> of each of the <a href=#text-track title="text track">text
-  tracks</a> in the <code><a href=#the-video-element>video</a></code> element's <a href=#list-of-text-tracks>list of text tracks</a> that are <a href=#text-track-showing title="text track showing">showing</a> (e.g., for <a href=#text-track title="text track">text tracks</a>
-  based on <a href=#webvtt>WebVTT</a>, the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT text
-  tracks</a>). <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  tracks</a> in the <code><a href=#the-video-element>video</a></code> element's <a href=#list-of-text-tracks>list of text tracks</a> that are <a href=#text-track-showing title="text track showing">showing</a> and whose <a href=#text-track-kind>text track kind</a> is one of <code title=dom-TextTrack-kind-subtitles><a href=#dom-texttrack-kind-subtitles>subtitles</a></code> or <code title=dom-TextTrack-kind-captions><a href=#dom-texttrack-kind-captions>captions</a></code> (e.g., for <a href=#text-track title="text track">text
+  tracks</a> based on <a href=#webvtt>WebVTT</a>, the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT
+  text tracks</a>). <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
   <p class=note>Resizing <code><a href=#the-video-element>video</a></code> and <code><a href=#the-canvas-element>canvas</a></code> elements does not interrupt
   video playback or clear the canvas.</p>

Modified: source
===================================================================
--- source	2013-06-10 22:55:49 UTC (rev 7951)
+++ source	2013-06-10 23:52:02 UTC (rev 7952)
@@ -105204,9 +105204,11 @@
   interface</span> for a <code>video</code> element, the user agent should run the <span>rules for
   updating the text track rendering</span> of each of the <span title="text track">text
   tracks</span> in the <code>video</code> element's <span>list of text tracks</span> that are <span
-  title="text track showing">showing</span> (e.g., for <span title="text track">text tracks</span>
-  based on <span>WebVTT</span>, the <span>rules for updating the display of WebVTT text
-  tracks</span>). <a href="#refsWEBVTT">[WEBVTT]</a></p>
+  title="text track showing">showing</span> and whose <span>text track kind</span> is one of <code
+  title="dom-TextTrack-kind-subtitles">subtitles</code> or <code
+  title="dom-TextTrack-kind-captions">captions</code> (e.g., for <span title="text track">text
+  tracks</span> based on <span>WebVTT</span>, the <span>rules for updating the display of WebVTT
+  text tracks</span>). <a href="#refsWEBVTT">[WEBVTT]</a></p>
 
   <p class="note">Resizing <code>video</code> and <code>canvas</code> elements does not interrupt
   video playback or clear the canvas.</p>




More information about the Commit-Watchers mailing list