CVS html5/webvtt

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

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

--- /sources/public/html5/webvtt/Overview.html	2014/09/30 07:56:04	1.171
+++ /sources/public/html5/webvtt/Overview.html	2014/10/10 00:54:54	1.172
@@ -275,7 +275,7 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="draft-community-group-report-30-september-2014">Draft Community Group Report <time class="dt-published" datetime="2014-09-30">30 September 2014</time></h2>
+  <h2 id="draft-community-group-report-10-october-2014">Draft Community Group Report <time class="dt-published" datetime="2014-10-10">10 October 2014</time></h2>
   <dl>
     
     
@@ -3961,14 +3961,23 @@
           multiplied by <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> and divided by 100 (i.e.
           interpret it as a percentage of the region width).</p></li>
 
-          <li><p>Adjust <var>offset</var> using the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position
-          alignment</a> as follows:</p> <dd> <dl class="switch"> <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue
-          computed text position alignment</a> is <a title="text track cue text position middle
-          alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt> <dd><p>Subtract half of <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text
-          track region width</a> from <var>offset</var>.</p></dd> <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue
-          computed text position alignment</a> is <a title="text track cue text position end
-          alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt> <dd><p>Subtract <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region
-          width</a> from <var>offset</var>.</p></dd> </dl> </dd> </li>
+          <li>
+           <p>Adjust <var>offset</var> using the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position
+           alignment</a> as follows:</p>
+           <dd>
+            <dl class="switch">
+             <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position alignment</a> is <a title="text
+             track cue text position middle alignment" href="#dfn-text-track-cue-text-position-middle-alignment" class="internalDFN">middle alignment</a></dt>
+             <dd><p>Subtract half of <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from
+             <var>offset</var>.</p></dd>
+
+             <dt>If the <a href="#dfn-text-track-cue-computed-text-position-alignment" class="internalDFN">text track cue computed text position alignment</a> is <a title="text
+             track cue text position end alignment" href="#dfn-text-track-cue-text-position-end-alignment" class="internalDFN">end alignment</a></dt>
+             <dd><p>Subtract <var>region</var>'s <a href="#dfn-text-track-region-width" class="internalDFN">text track region width</a> from
+             <var>offset</var>.</p></dd>
+            </dl>
+           </dd>
+          </li>
 
           <li><p>Let <var>left</var> be '<var>offset</var> %'. ('%' is a CSS unit.) <a href="#refsCSSVALUES">[CSSVALUES]</a></p></li>
 

Received on Friday, 10 October 2014 00:54:55 UTC