html5/webvtt Overview.html,1.8,1.9

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv30636

Modified Files:
	Overview.html 
Log Message:
Change the settings to be less tersely named. (whatwg r6934)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	7 Jan 2012 00:16:27 -0000	1.8
+++ Overview.html	30 Jan 2012 20:48:48 -0000	1.9
@@ -122,7 +122,7 @@
 
   <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <hgroup><h1 class="no-num no-toc">WebVTT</h1>
-    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 January 2012</h2>
+    <h2 class="no-num no-toc">Living Standard &mdash; Last Updated 30 January 2012</h2>
    </hgroup><dl><dt>Latest version:</dt>
     <dd><a href=http://http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
     <dt>Participate:</dt>
@@ -182,7 +182,7 @@
          Default settings, maybe as below. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=15024
 
             DEFAULTS
-            L:-1 A:middle S:50%
+            line:-1 align:middle size:50%
 
          Comments. See http://www.w3.org/Bugs/Public/show_bug.cgi?id=14552
 
@@ -220,16 +220,16 @@
 00:27.000 --&gt; 00:30.000
 &lt;v Roger Bingham&gt;And I want to do a follow-up on the last conversation we did.
 
-00:30.000 --&gt; 00:31.500 A:end S:50%
+00:30.000 --&gt; 00:31.500 align:end size:50%
 &lt;v Roger Bingham&gt;When we e-mailed&mdash;
 
-00:30.500 --&gt; 00:32.500 A:start S:50%
+00:30.500 --&gt; 00:32.500 align:start size:50%
 &lt;v Neil deGrasse Tyson&gt;Didn't we talk about enough in that conversation?
 
-00:32.000 --&gt; 00:35.500 A:end S:50%
+00:32.000 --&gt; 00:35.500 align:end size:50%
 &lt;v Roger Bingham&gt;No! No no no no; 'cos 'cos obviously 'cos
 
-00:32.500 --&gt; 00:33.500 A:start S:50%
+00:32.500 --&gt; 00:33.500 align:start size:50%
 &lt;v Neil deGrasse Tyson&gt;&lt;i&gt;Laughs&lt;/i&gt;
 
 00:35.500 --&gt; 00:38.000
@@ -456,11 +456,11 @@
   component must not be included more than once per <a href=#webvtt-cue-settings>WebVTT cue
   settings</a> string.</p>
 
-  <ul class=brief><li>A <a href=#webvtt-vertical-text-cue-setting>WebVTT vertical text cue setting</a>.</li> <!-- D:vertical/vertical-lr -->
-   <li>A <a href=#webvtt-line-position-cue-setting>WebVTT line position cue setting</a>.</li> <!-- L:100% L:1 L:-1 -->
-   <li>A <a href=#webvtt-text-position-cue-setting>WebVTT text position cue setting</a>.</li> <!-- T:100% -->
-   <li>A <a href=#webvtt-size-cue-setting>WebVTT size cue setting</a>.</li>          <!-- S:100% -->
-   <li>A <a href=#webvtt-alignment-cue-setting>WebVTT alignment cue setting</a>.</li>     <!-- A:start/middle/end -->
+  <ul class=brief><li>A <a href=#webvtt-vertical-text-cue-setting>WebVTT vertical text cue setting</a>.</li> <!-- vertical:rl/lr -->
+   <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 -->
   </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
@@ -469,9 +469,9 @@
   <p>A <dfn id=webvtt-vertical-text-cue-setting>WebVTT vertical text cue setting</dfn> consists of the
   following components, in the order given:</p>
 
-  <ol><li>A U+0044 LATIN CAPITAL LETTER D character.</li>
+  <ol><li>The string "<code title="">vertical</code>".</li>
    <li>A U+003A COLON character (:).</li>
-   <li>One of the following strings: "<code title="">vertical</code>", "<code title="">vertical-lr</code>".</li>
+   <li>One of the following strings: "<code title="">rl</code>", "<code title="">lr</code>".</li>
   </ol><p class=note>A <a href=#webvtt-vertical-text-cue-setting>WebVTT vertical text cue setting</a>
   configures the cue to use vertical text layout rather than
   horizontal text layout. Vertical text layout is sometimes used in
@@ -480,7 +480,7 @@
   <p>A <dfn id=webvtt-line-position-cue-setting>WebVTT line position cue setting</dfn> consists of the
   following components, in the order given:</p>
 
-  <ol><li><p>A U+004C LATIN CAPITAL LETTER L character.</li>
+  <ol><li><p>The string "<code title="">line</code>".</li>
    <li><p>A U+003A COLON character (:).</li>
    <li>Either:
     <dl><dt>To represent a specific position relative to the video frame</dt>
@@ -506,7 +506,7 @@
   <p>A <dfn id=webvtt-text-position-cue-setting>WebVTT text position cue setting</dfn> consists of the
   following components, in the order given:</p>
 
-  <ol><li>A U+0054 LATIN CAPITAL LETTER T character.</li>
+  <ol><li><p>The string "<code title="">position</code>".</li>
    <li>A U+003A COLON character (:).</li>
    <li>One or more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).</li>
    <li>A U+0025 PERCENT SIGN character (%).</li>
@@ -521,7 +521,7 @@
   <p>A <dfn id=webvtt-size-cue-setting>WebVTT size cue setting</dfn> consists of the
   following components, in the order given:</p>
 
-  <ol><li>A U+0053 LATIN CAPITAL LETTER S character.</li>
+  <ol><li><p>The string "<code title="">size</code>".</li>
    <li>A U+003A COLON character (:).</li>
    <li>One or more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9).</li>
    <li>A U+0025 PERCENT SIGN character (%).</li>
@@ -534,7 +534,7 @@
   <p>A <dfn id=webvtt-alignment-cue-setting>WebVTT alignment cue setting</dfn> consists of the
   following components, in the order given:</p>
 
-  <ol><li>A U+0041 LATIN CAPITAL LETTER A character.</li>
+  <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>
   </ol><p class=note>A <a href=#webvtt-alignment-cue-setting>WebVTT alignment cue setting</a>
@@ -1024,233 +1024,202 @@
    <var title="">cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>
    be the collected time.</li>
 
-   <li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> for <var title="">cue</var>.</li>
-
-  </ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
-  for a <a href=#text-track-cue>text track cue</a> <var title="">cue</var>, the
-  user agent must run the following steps:</p>
-
-  <ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
-   name in the algorithm that invoked these steps.</li>
-
-   <li><p><i>Settings</i>: <a href=#skip-whitespace>Skip whitespace</a>.</li>
-
-   <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> then abort these steps.</li>
-
-   <li><p>Let <var title="">setting</var> be the character at <var title="">position</var>, and move <var title="">position</var>
-   forwards one character.</p>
-
-   <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> then abort these steps.</li>
-
-   <li><p>If the character at <var title="">position</var> is a
-   <a href=#space-character>space character</a>, then jump back to the step labeled
-   <i>settings</i>.</li>
+   <li><p>Let <var title="">remainder</var> be the trailing substring
+   of <var title="">input</var> starting at <var title="">position</var>.</li>
 
-   <li><p>If the character at <var title="">position</var> is not a
-   U+003A COLON character (:), then set <var title="">setting</var> to
-   the empty string.</li>
+   <li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> given by <var title="">remainder</var> for <var title="">cue</var>.</li>
 
-   <li><p>Move <var title="">position</var> forwards one
-   character.</li>
+  </ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
+  given by a string <var title="">input</var> for a <a href=#text-track-cue>text track
+  cue</a> <var title="">cue</var>, the user agent must run the
+  following steps:</p>
 
-   <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> then abort these steps.</li>
+  <ol><li><p>Let <var title="">settings</var> be the result of <span title="split a string on spaces">splitting <var title="">input</var> on spaces</span>.</li>
 
    <li>
 
-    <p>Run the appropriate substeps that apply for the value of <var title="">setting</var>, as follows:</p>
-
-    <dl><dt>If <var title="">setting</var> is a U+0044 LATIN CAPITAL
-     LETTER D character</dt>
-
-     <dd>
-
-      <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are
-       not <a href=#space-character title="space character">space characters</a>. Let
-       <var title="">value</var> be those characters, if any.</li>
-
-       <li><p>If <var title="">value</var> is a
-       <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">vertical</code>", then let <var title="">cue</var>'s
-       <a href=#text-track-cue-writing-direction>text track cue writing direction</a> be <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing
-       direction">vertical growing left</a>.</li>
-
-       <li><p>Otherwise, if <var title="">value</var> is a
-       <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">vertical-lr</code>", then let <var title="">cue</var>'s <a href=#text-track-cue-writing-direction>text track cue writing
-       direction</a> be <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical
-       growing right writing direction">vertical growing
-       right</a>.</li>
+    <p>For each token <var title="">setting</var> in the list <var title="">settings</var>, run the following substeps:</p>
 
-      </ol></dd>
+    <ol><li><p>If <var title="">setting</var> does not contain a U+003A
+     COLON character (:), or if the first U+003A COLON character (:)
+     in <var title="">setting</var> is either the first or last
+     character of <var title="">setting</var>, then jump to the step
+     labeled <i>next setting</i>.</li>
 
-     <dt>If <var title="">setting</var> is a U+004C LATIN CAPITAL
-     LETTER L character</dt>
+     <li><p>Let <var title="">name</var> be the leading substring of
+     <var title="">setting</var> up to and excluding the first U+003A
+     COLON character (:) in that string.</li>
 
-     <dd>
+     <li><p>Let <var title="">value</var> be the trailing substring of
+     <var title="">setting</var> starting from the character
+     immediately after the first U+003A COLON character (:) in that
+     string.</li>
 
-      <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are
-       either U+002D HYPHEN-MINUS characters (-), U+0025 PERCENT SIGN
-       characters (%), or characters in the range U+0030 DIGIT ZERO
-       (0) to U+0039 DIGIT NINE (9). Let <var title="">value</var> be
-       those characters, if any.</li>
+     <li>
 
-       <li><p>If <var title="">position</var> is not beyond the end of
-       <var title="">input</var> but the character at <var title="">position</var> is not a <a href=#space-character>space character</a>,
-       then jump to the "otherwise" case below.</li>
+      <p>Run the appropriate substeps that apply for the value of <var title="">name</var>, as follows:</p>
 
-       <li><p>If <var title="">value</var> does not contain at least
-       one character in the range U+0030 DIGIT ZERO (0) to U+0039
-       DIGIT NINE (9), then jump back to the step labeled
-       <i>settings</i>.</li>
+      <dl><dt>If <var title="">name</var> is a <a href=#case-sensitive>case-sensitive</a> match for "<code title="">vertical</code>"</dt>
 
-       <li><p>If any character in <var title="">value</var> other than
-       the first character is a U+002D HYPHEN-MINUS character (-),
-       then jump back to the step labeled <i>settings</i>.</li>
+       <dd>
 
-       <li><p>If any character in <var title="">value</var> other than
-       the last character is a U+0025 PERCENT SIGN character (%), then
-       jump back to the step labeled <i>settings</i>.</li>
+        <ol><li><p>If <var title="">value</var> is a
+         <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">rl</code>", then let <var title="">cue</var>'s
+         <a href=#text-track-cue-writing-direction>text track cue writing direction</a> be <a href=#text-track-cue-vertical-growing-left-writing-direction title="text track cue vertical growing left writing
+         direction">vertical growing left</a>.</li>
 
-       <li><p>If the first character in <var title="">value</var> is a
-       U+002D HYPHEN-MINUS character (-) <em>and</em> the last
-       character in <var title="">value</var> is a U+0025 PERCENT SIGN
-       character (%), then jump back to the step labeled
-       <i>settings</i>.</li>
+         <li><p>Otherwise, if <var title="">value</var> is a
+         <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">lr</code>", then let <var title="">cue</var>'s
+         <a href=#text-track-cue-writing-direction>text track cue writing direction</a> be <a href=#text-track-cue-vertical-growing-right-writing-direction title="text track cue vertical growing right writing
+         direction">vertical growing right</a>.</li>
 
-       <li><p>Ignoring the trailing percent sign, if any, interpret
-       <var title="">value</var> as a (potentially signed) integer,
-       and let <var title="">number</var> be that number.</li>
+        </ol></dd>
 
-       <li><p>If the last character in <var title="">value</var> is a
-       U+0025 PERCENT SIGN character (%), but <var title="">number</var> is not in the range 0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100, then jump back to the
-       step labeled <i>settings</i>.</li>
+       <dt>If <var title="">name</var> is a <a href=#case-sensitive>case-sensitive</a> match for "<code title="">line</code>"</dt>
 
-       <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-line-position>text track cue line
-       position</a> be <var title="">number</var>.</li>
+       <dd>
 
-       <li><p>If the last character in <var title="">value</var> is a
-       U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
-       flag</a> be false.</li>
+        <ol><li><p>If <var title="">value</var> contains any characters
+         other than U+002D HYPHEN-MINUS characters (-), U+0025 PERCENT
+         SIGN characters (%), and characters in the range U+0030 DIGIT
+         ZERO (0) to U+0039 DIGIT NINE (9), then jump to the step
+         labeled <i>next setting</i>.</li>
 
-      </ol></dd>
+         <li><p>If <var title="">value</var> does not contain at least
+         one character in the range U+0030 DIGIT ZERO (0) to U+0039
+         DIGIT NINE (9), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-     <dt>If <var title="">setting</var> is a U+0054 LATIN CAPITAL
-     LETTER T character</dt>
+         <li><p>If any character in <var title="">value</var> other
+         than the first character is a U+002D HYPHEN-MINUS character
+         (-), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-     <dd>
+         <li><p>If any character in <var title="">value</var> other
+         than the last character is a U+0025 PERCENT SIGN character
+         (%), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-      <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are
-       in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE
-       (9). Let <var title="">value</var> be those characters, if
-       any.</li>
+         <li><p>If the first character in <var title="">value</var> is
+         a U+002D HYPHEN-MINUS character (-) <em>and</em> the last
+         character in <var title="">value</var> is a U+0025 PERCENT
+         SIGN character (%), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-       <li><p>If <var title="">position</var> is beyond the end of
-       <var title="">input</var> then jump back to the step labeled
-       <i>settings</i>.</li>
+         <li><p>Ignoring the trailing percent sign, if any, interpret
+         <var title="">value</var> as a (potentially signed) integer,
+         and let <var title="">number</var> be that number.</li>
 
-       <li><p>If the character at <var title="">position</var> is not
-       a U+0025 PERCENT SIGN character (%), then then jump to the
-       "otherwise" case below.</li>
+         <li><p>If the last character in <var title="">value</var> is
+         a U+0025 PERCENT SIGN character (%), but <var title="">number</var> is not in the range
+         0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100, then jump to the
+         step labeled <i>next setting</i>.</li>
 
-       <li><p>Move <var title="">position</var> forwards one
-       character.</li>
+         <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-line-position>text track cue
+         line position</a> be <var title="">number</var>.</li>
 
-       <li><p>If <var title="">position</var> is not beyond the end of
-       <var title="">input</var> but the character at <var title="">position</var> is not a <a href=#space-character>space character</a>,
-       then jump to the "otherwise" case below.</li>
+         <li><p>If the last character in <var title="">value</var> is
+         a U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
+         flag</a> be false. Otherwise, let it be true.</li>
 
-       <li><p>If <var title="">value</var> is the empty string, then
-       jump back to the step labeled <i>settings</i>.</li>
+        </ol></dd>
 
-       <li><p>Interpret <var title="">value</var> as an integer, and
-       let <var title="">number</var> be that number.</li>
+       <dt>If <var title="">name</var> is a <a href=#case-sensitive>case-sensitive</a> match for "<code title="">position</code>"</dt>
 
-       <li><p>If <var title="">number</var> is not in the range
-       0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100,
-       then jump back to the step labeled <i>settings</i>.</li>
+       <dd>
 
-       <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-text-position>text track cue text
-       position</a> be <var title="">number</var>.</li>
+        <ol><li><p>If <var title="">value</var> contains any characters
+         other than U+0025 PERCENT SIGN characters (%) and characters
+         in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9),
+         then jump to the step labeled <i>next setting</i>.</li>
 
-      </ol></dd>
+         <li><p>If <var title="">value</var> does not contain at least
+         one character in the range U+0030 DIGIT ZERO (0) to U+0039
+         DIGIT NINE (9), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-     <dt>If <var title="">setting</var> is a U+0053 LATIN CAPITAL
-     LETTER S character</dt>
+         <li><p>If any character in <var title="">value</var> other
+         than the last character is a U+0025 PERCENT SIGN character
+         (%), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-     <dd>
+         <li><p>If the last character in <var title="">value</var> is
+         not a U+0025 PERCENT SIGN character (%), then jump to the
+         step labeled <i>next setting</i>.</li>
 
-      <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are
-       in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE
-       (9). Let <var title="">value</var> be those characters, if
-       any.</li>
+         <li><p>Ignoring the trailing percent sign, interpret <var title="">value</var> as an integer, and let <var title="">number</var> be that number.</li>
 
-       <li><p>If <var title="">position</var> is beyond the end of
-       <var title="">input</var> then jump back to the step labeled
-       <i>settings</i>.</li>
+         <li><p>If <var title="">number</var> is not in the range
+         0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100, then jump to the
+         step labeled <i>next setting</i>.</li>
 
-       <li><p>If the character at <var title="">position</var> is not
-       a U+0025 PERCENT SIGN character (%), then then jump to the
-       "otherwise" case below.</li>
+         <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-text-position>text track cue text
+         position</a> be <var title="">number</var>.</li>
 
-       <li><p>Move <var title="">position</var> forwards one
-       character.</li>
+        </ol></dd>
 
-       <li><p>If <var title="">position</var> is not beyond the end of
-       <var title="">input</var> but the character at <var title="">position</var> is not a <a href=#space-character>space character</a>,
-       then jump to the "otherwise" case below.</li>
+       <dt>If <var title="">name</var> is a <a href=#case-sensitive>case-sensitive</a> match for "<code title="">size</code>"</dt>
 
-       <li><p>If <var title="">value</var> is the empty string, then
-       jump back to the step labeled <i>settings</i>.</li>
+       <dd>
 
-       <li><p>Interpret <var title="">value</var> as an integer, and
-       let <var title="">number</var> be that number.</li>
+        <ol><li><p>If <var title="">value</var> contains any characters
+         other than U+0025 PERCENT SIGN characters (%) and characters
+         in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9),
+         then jump to the step labeled <i>next setting</i>.</li>
 
-       <li><p>If <var title="">number</var> is not in the range
-       0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100,
-       then jump back to the step labeled <i>settings</i>.</li>
+         <li><p>If <var title="">value</var> does not contain at least
+         one character in the range U+0030 DIGIT ZERO (0) to U+0039
+         DIGIT NINE (9), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-       <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-size>text track cue
-       size</a> be <var title="">number</var>.</li>
+         <li><p>If any character in <var title="">value</var> other
+         than the last character is a U+0025 PERCENT SIGN character
+         (%), then jump to the step labeled <i>next
+         setting</i>.</li>
 
-      </ol></dd>
+         <li><p>If the last character in <var title="">value</var> is
+         not a U+0025 PERCENT SIGN character (%), then jump to the
+         step labeled <i>next setting</i>.</li>
 
-     <dt>If <var title="">setting</var> is a U+0041 LATIN CAPITAL
-     LETTER A character</dt>
+         <li><p>Ignoring the trailing percent sign, interpret <var title="">value</var> as an integer, and let <var title="">number</var> be that number.</li>
 
-     <dd>
+         <li><p>If <var title="">number</var> is not in the range
+         0&nbsp;&le;&nbsp;<var title="">number</var>&nbsp;&le;&nbsp;100, then jump to the
+         step labeled <i>next setting</i>.</li>
 
-      <ol><li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are
-       not <a href=#space-character title="space character">space characters</a>. Let
-       <var title="">value</var> be those characters, if any.</li>
+         <li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-size>text track cue
+         size</a> be <var title="">number</var>.</li>
 
-       <li><p>If <var title="">value</var> is a
-       <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">start</code>", then let <var title="">cue</var>'s
-       <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-start-alignment title="text
-       track cue start alignment">start alignment</a>.</li>
+        </ol></dd>
 
-       <li><p>If <var title="">value</var> is a
-       <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">middle</code>", then let <var title="">cue</var>'s
-       <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-middle-alignment title="text
-       track cue middle alignment">middle alignment</a>.</li>
+       <dt>If <var title="">name</var> is a <a href=#case-sensitive>case-sensitive</a> match for "<code title="">align</code>"</dt>
 
-       <li><p>If <var title="">value</var> is a
-       <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">end</code>", then let <var title="">cue</var>'s
-       <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-end-alignment title="text
-       track cue end alignment">end alignment</a>.</li>
+       <dd>
 
-      </ol></dd>
+        <ol><li><p>If <var title="">value</var> is a
+         <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">start</code>", then let <var title="">cue</var>'s
+         <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-start-alignment title="text
+         track cue start alignment">start alignment</a>.</li>
 
-     <dt>Otherwise</dt>
+         <li><p>If <var title="">value</var> is a
+         <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">middle</code>", then let <var title="">cue</var>'s
+         <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-middle-alignment title="text
+         track cue middle alignment">middle alignment</a>.</li>
 
-     <dd>
+         <li><p>If <var title="">value</var> is a
+         <a href=#case-sensitive>case-sensitive</a> match for the string "<code title="">end</code>", then let <var title="">cue</var>'s
+         <a href=#text-track-cue-alignment>text track cue alignment</a> be <a href=#text-track-cue-end-alignment title="text
+         track cue end alignment">end alignment</a>.</li>
 
-       <p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are not
-       <a href=#space-character title="space character">space characters</a> and
-       discard them.</p>
+        </ol></dd>
 
-     </dd>
+      </dl></li>
 
-    </dl></li>
+     <li><p><i>Next setting</i>: Continue to the next token, if
+     any.</li> <!-- this step is just here to give the algorithms
+     above a clean way to 'break' -->
 
-   <li><p>Jump back to the step labeled <i>settings</i>.</li>
+    </ol></li>
 
   </ol><p>When this specification says that a user agent is to
   <dfn id=collect-a-webvtt-timestamp>collect a WebVTT timestamp</dfn>, the user agent must run the

Received on Monday, 30 January 2012 20:48:53 UTC