CVS html5/webvtt

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

Modified Files:
	webvtt_1_0.html 
Log Message:
Fix validation

--- /sources/public/html5/webvtt/webvtt_1_0.html	2014/10/12 02:45:45	1.2
+++ /sources/public/html5/webvtt/webvtt_1_0.html	2014/10/13 10:27:19	1.3
@@ -277,11 +277,11 @@
   </p>
   <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
   
-  <h2 id="w3c-first-public-working-draft-12-october-2014"><abbr title="World Wide Web Consortium">W3C</abbr> First Public Working Draft <time class="dt-published" datetime="2014-10-12">12 October 2014</time></h2>
+  <h2 id="w3c-first-public-working-draft-13-october-2014"><abbr title="World Wide Web Consortium">W3C</abbr> First Public Working Draft <time class="dt-published" datetime="2014-10-13">13 October 2014</time></h2>
   <dl>
     
       <dt>This version:</dt>
-      <dd><a class="u-url" href="http://www.w3.org/TR/2014/WD-webvtt1-20141012/">http://www.w3.org/TR/2014/WD-webvtt1-20141012/</a></dd>
+      <dd><a class="u-url" href="http://www.w3.org/TR/2014/WD-webvtt1-20141013/">http://www.w3.org/TR/2014/WD-webvtt1-20141013/</a></dd>
       <dt>Latest published version:</dt>
       <dd><a href="http://www.w3.org/TR/webvtt1/">http://www.w3.org/TR/webvtt1/</a></dd>
     
@@ -4046,19 +4046,17 @@
           <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>
+           <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>
           </li>
 
           <li><p>Let <var>left</var> be '<var>offset</var> %'. ('%' is a CSS unit.) <a href="#refsCSSVALUES">[CSSVALUES]</a></p></li>

Received on Monday, 13 October 2014 10:27:21 UTC