- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 21 Nov 2012 20:16:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv12579 Modified Files: Overview.html Log Message: Forgot to update syntax when we updated parser... (whatwg r7523) --- /sources/public/html5/webvtt/Overview.html 2012/11/21 20:05:55 1.55 +++ /sources/public/html5/webvtt/Overview.html 2012/11/21 20:16:42 1.56 @@ -1,6 +1,6 @@ <!DOCTYPE html><html lang=en-US-x-hixie><meta charset=ascii><title>WebVTT Standard</title><script> var loadTimer = new Date(); - var current_revision = "r" + "$Revision: 1.55 $".substr(11); + var current_revision = "r" + "$Revision: 1.56 $".substr(11); current_revision = current_revision.substr(0, current_revision.length - 2); var last_known_revision = current_revision; function getCookie(name) { @@ -722,7 +722,7 @@ <li>A <a href=#webvtt-line-position-cue-setting>WebVTT line position cue setting</a>.</li> <!-- line:100% line:1 line:-1 --> <li>A <a href=#webvtt-text-position-cue-setting>WebVTT text position cue setting</a>.</li> <!-- position:100% --> <li>A <a href=#webvtt-size-cue-setting>WebVTT size cue setting</a>.</li> <!-- size:100% --> - <li>A <a href=#webvtt-alignment-cue-setting>WebVTT alignment cue setting</a>.</li> <!-- align:start/middle/end --> + <li>A <a href=#webvtt-alignment-cue-setting>WebVTT alignment cue setting</a>.</li> <!-- align:start/middle/end/left/right --> </ul><p class=note><a href=#webvtt-cue-settings>WebVTT cue settings</a> give configuration options regarding the position and alignment of the cue. For example, it allows a cue to be aligned to the left or positioned at @@ -798,7 +798,7 @@ <ol><li><p>The string "<code title="">align</code>".</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 <a href=#webvtt-alignment-cue-setting>WebVTT alignment cue setting</a> configures the alignment of the text within the cue. The keywords are relative to the text direction; for left-to-right English text,
Received on Wednesday, 21 November 2012 20:16:49 UTC