CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/var/tmp/cvs-serv29523

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 69dd4d4be980918f9255af1d3fd4dab765e8e347

--- /sources/public/html5/webvtt/Overview.html	2015/07/20 14:27:31	1.227
+++ /sources/public/html5/webvtt/Overview.html	2015/07/22 13:14:38	1.228
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="879065e1a98966a601fdbc4f5eb3325e60f6c89b">
+  <meta name="revision" content="69dd4d4be980918f9255af1d3fd4dab765e8e347">
   
   
   
@@ -305,7 +305,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-report-20-july-2015">Draft Community Group Report <time class="dt-published" datetime="2015-07-20">20 July 2015</time></h2>
+  <h2 id="draft-community-group-report-22-july-2015">Draft Community Group Report <time class="dt-published" datetime="2015-07-22">22 July 2015</time></h2>
   <dl>
     
     
@@ -1387,8 +1387,7 @@
     cue block</a>. Different cues can overlap. Cues are always listed ordered by their start
     time.</p></div>
 
-    <p>A <dfn id="dfn-webvtt-timestamp">WebVTT timestamp</dfn> consists of the following components, in the given
-    order:</p>
+    <p>A <dfn id="dfn-webvtt-timestamp">WebVTT timestamp</dfn> consists of the following components, in the given order:</p>
 
     <ol>
 
@@ -1422,8 +1421,7 @@
     </ol>
 
     <div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_10"><span>Note</span></div><p class="">A <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> is always interpreted relative to the <a href="#dfn-current-playback-position" class="internalDFN">current
-    playback position</a> of the media data that the WebVTT file is to be synchronized with, which
-    always starts at 0.</p></div>
+    playback position</a> of the media data that the WebVTT file is to be synchronized with.</p></div>
 
     <p>A <dfn id="dfn-webvtt-cue-settings-list">WebVTT cue settings list</dfn> consist of a sequence of zero or more <dfn title="WebVTT cue setting" id="dfn-webvtt-cue-setting">WebVTT cue settings</dfn> in any order, separated from each other by
     one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters. Each

Received on Wednesday, 22 July 2015 13:14:40 UTC