CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 879065e1a98966a601fdbc4f5eb3325e60f6c89b

--- /sources/public/html5/webvtt/Overview.html	2015/07/20 13:55:14	1.226
+++ /sources/public/html5/webvtt/Overview.html	2015/07/20 14:27:31	1.227
@@ -3,7 +3,7 @@
 <head>
   <title>WebVTT: The Web Video Text Tracks Format</title>
   <meta charset="utf-8">
-  <meta name="revision" content="fb3e82353af3fd6b94210be84afc13c2572fae75">
+  <meta name="revision" content="879065e1a98966a601fdbc4f5eb3325e60f6c89b">
   
   
   
@@ -1387,17 +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> can be either a <a title="complete WebVTT timestamp" href="#dfn-complete-webvtt-timestamp" class="internalDFN">WebVTT
-    timestamp representing hours, minutes, seconds and thousandths of a second</a> or a <a title="partial WebVTT timestamp" href="#dfn-partial-webvtt-timestamp" class="internalDFN">WebVTT timestamp representing a time in seconds and fractions
-    of a second</a>.</p>
-
-    <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>
-
-    <p>A <dfn title="complete WebVTT timestamp" id="dfn-complete-webvtt-timestamp">WebVTT timestamp representing hours
-    <var>hours</var>, minutes <var>minutes</var>, seconds <var>seconds</var>, and thousandths of a
-    second <var>seconds-frac</var></dfn>, consists of the following components, in the given
+    <p>A <dfn id="dfn-webvtt-timestamp">WebVTT timestamp</dfn> consists of the following components, in the given
     order:</p>
 
     <ol>
@@ -1431,29 +1421,9 @@
 
     </ol>
 
-    <p>A <dfn title="partial WebVTT timestamp" id="dfn-partial-webvtt-timestamp">WebVTT timestamp representing a time in seconds and
-    fractions of a second</dfn> is a <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> representing hours <var>hours</var>,
-    minutes <var>minutes</var>, seconds <var>seconds</var>, and thousandths of a second
-    <var>seconds-frac</var>, calculated as follows:</p>
-
-    <ol>
-
-     <li><p>Let <var>seconds</var> be the integer part of the time.</p></li>
-
-     <li><p>Let <var>seconds-frac</var> be the fractional component of the time, expressed as the
-     digits of the decimal fraction given to three decimal digits.</p></li>
-
-     <li><p>If <var>seconds</var> is greater than 59, then let <var>minutes</var> be the integer
-     component of <var>seconds</var> divided by sixty, and then let <var>seconds</var> be the
-     remainder of dividing <var>seconds</var> divided by sixty. Otherwise, let <var>minutes</var> be
-     zero.</p></li>
-
-     <li><p>If <var>minutes</var> is greater than 59, then let <var>hours</var> be the integer
-     component of <var>minutes</var> divided by sixty, and then let <var>minutes</var> be the
-     remainder of dividing <var>minutes</var> divided by sixty. Otherwise, let <var>hours</var> be
-     zero.</p></li>
-
-    </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>
 
     <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 Monday, 20 July 2015 14:27:34 UTC