CVS html5/webvtt

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

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 63e0e4517701fbdd6358591255d4418b3574653c

--- /sources/public/html5/webvtt/Overview.html	2014/01/26 10:11:09	1.88
+++ /sources/public/html5/webvtt/Overview.html	2014/01/27 02:02:37	1.89
@@ -287,7 +287,7 @@
   </p>
   <h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-26T10:11:04.000Z" id="draft-community-group-specification-26-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-26">26 January 2014</time></h2>
+  <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-27T02:02:32.000Z" id="draft-community-group-specification-27-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-27">27 January 2014</time></h2>
   <dl>
     
     
@@ -608,7 +608,7 @@
   </div>
 
   <div class="example">
-  <p>This example shows two regions containing rollup captions for two different speakers. Fred's cues scroll up in a region in the left half of the video, Bill's cues scroll up in a region on the right half of the video. Fred's first cue disappears at 12.5sec even through it is defined until 20sec because its region is limited to 3 lines and at 12.5sec a fourth cue appears:
+  <p>This example shows two regions containing rollup captions for two different speakers. Fred's cues scroll up in a region in the left half of the video, Bill's cues scroll up in a region on the right half of the video. Fred's first cue disappears at 12.5sec even though it is defined until 20sec because its region is limited to 3 lines and at 12.5sec a fourth cue appears:
   </p>
 
   <pre>WEBVTT
@@ -1224,7 +1224,7 @@
 
   <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_9"><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 synchronised with, which always starts
+  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 title="">hours</var>, minutes <var title="">minutes</var>, seconds
@@ -4654,7 +4654,7 @@
   anonymous boxes whose 'display' property has the value
   'ruby-base'. <a href="#refsCSSRUBY">[CSSRUBY]</a></p>
 
-  <p>Every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> is initialised with the following CSS settings:</p>
+  <p>Every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> is initialized with the following CSS settings:</p>
   <ul>
     <li>the 'position' property must be set to 'absolute'</li>
     <li>the 'writing-mode' property must be set to 'horizontal-tb'</li>
@@ -4677,7 +4677,7 @@
   </ul>
   <p>The variables <var>width</var>, <var>height</var>, <var>top</var>, and <var>left</var> are the values with those names determined by the <a href="#dfn-rules-for-updating-the-display-of-webvtt-text-tracks" class="internalDFN">rules for updating the display of WebVTT text tracks</a> for the <a href="#dfn-text-track-region" class="internalDFN">text track region</a> from which the <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> was constructed.</p>
 
-  <p>The children of every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> are further initialised with these CSS settings:</p>
+  <p>The children of every <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region object</a> are further initialized with these CSS settings:</p>
   <ul>
     <li>the 'position' property must be set to 'relative'</li>
     <li>the 'unicode-bidi' property must be set to 'plaintext'</li>

Received on Monday, 27 January 2014 02:02:43 UTC