- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jun 2012 05:11:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory hutz:/tmp/cvs-serv754 Modified Files: Overview.html Log Message: Define textTrack.inBandMetadataTrackDispatchType (whatwg r7150) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webvtt/Overview.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Overview.html 26 Apr 2012 21:10:07 -0000 1.25 +++ Overview.html 28 Jun 2012 05:11:09 -0000 1.26 @@ -122,7 +122,7 @@ <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <hgroup><h1 class="no-num no-toc">WebVTT</h1> - <h2 class="no-num no-toc">Living Standard — Last Updated 26 April 2012</h2> + <h2 class="no-num no-toc">Living Standard — Last Updated 28 June 2012</h2> </hgroup><dl><dt>Latest version:</dt> <dd><a href=http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd> <dt>Participate:</dt> @@ -343,7 +343,7 @@ offer to restrict all cues to only having <a href=#webvtt-chapter-title-text>WebVTT chapter title text</a> or <a href=#webvtt-cue-text>WebVTT cue text</a> as their <a href=#cue-payload>cue payload</a>; <a href=#webvtt-metadata-text>WebVTT metadata text</a> cues are only - useful for scripted applications (using the <code title=dom-timedtrack-kind-metadata>metadata</code> <a href=#text-track-kind>text + useful for scripted applications (using the <code title=dom-TextTrack-kind-metadata>metadata</code> <a href=#text-track-kind>text track kind</a>).</p> <p>A <a href=#webvtt-file>WebVTT file</a> whose cues all have a <a href=#cue-payload>cue
Received on Thursday, 28 June 2012 05:11:14 UTC