[html5] r7523 - [ac] (0) Forgot to update syntax when we updated parser... Affected topics: Vide [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 21 12:16:40 PST 2012


Author: ianh
Date: 2012-11-21 12:16:39 -0800 (Wed, 21 Nov 2012)
New Revision: 7523

Modified:
   source
Log:
[ac] (0) Forgot to update syntax when we updated parser...
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2012-11-21 20:05:51 UTC (rev 7522)
+++ source	2012-11-21 20:16:39 UTC (rev 7523)
@@ -39614,7 +39614,7 @@
    <li>A <span>WebVTT line position cue setting</span>.</li> <!-- line:100% line:1 line:-1 -->
    <li>A <span>WebVTT text position cue setting</span>.</li> <!-- position:100% -->
    <li>A <span>WebVTT size cue setting</span>.</li>          <!-- size:100% -->
-   <li>A <span>WebVTT alignment cue setting</span>.</li>     <!-- align:start/middle/end -->
+   <li>A <span>WebVTT alignment cue setting</span>.</li>     <!-- align:start/middle/end/left/right -->
   </ul>
 
   <p class="note"><span>WebVTT cue settings</span> give configuration
@@ -39711,7 +39711,7 @@
   <ol>
    <li><p>The string "<code title="">align</code>".</p></li>
    <li>A U+003A COLON character (:).</li>
-   <li>One of the following strings: "<code title="">start</code>", "<code title="">middle</code>", "<code title="">end</code>"</li>
+   <li>One of the following strings: "<code title="">start</code>", "<code title="">middle</code>", "<code title="">end</code>", "<code title="">left</code>", "<code title="">right</code>"</li>
   </ol>
 
   <p class="note">A <span>WebVTT alignment cue setting</span>




More information about the Commit-Watchers mailing list