- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 21 Nov 2012 20:05:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv4548 Modified Files: Overview.html Log Message: WebVTT-related editorial tweaks (whatwg r7522) --- /sources/public/html5/webvtt/Overview.html 2012/11/21 19:25:15 1.54 +++ /sources/public/html5/webvtt/Overview.html 2012/11/21 20:05:55 1.55 @@ -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.54 $".substr(11); + var current_revision = "r" + "$Revision: 1.55 $".substr(11); current_revision = current_revision.substr(0, current_revision.length - 2); var last_known_revision = current_revision; function getCookie(name) { @@ -440,6 +440,7 @@ <li><dfn id=decoded-as-utf-8,-with-error-handling>Decoded as UTF-8, with error handling</dfn> <li><dfn id=case-sensitive>Case-sensitive</dfn> <li><dfn id=collect-a-sequence-of-characters>Collect a sequence of characters</dfn> + <li><dfn id=ascii-digits>ASCII digits</dfn> <li><dfn id=space-character>Space character</dfn> <li><dfn id=skip-whitespace>Skip whitespace</dfn> <li><dfn id=split-a-string-on-spaces>Split a string on spaces</dfn> @@ -691,24 +692,24 @@ <ol><li>Optionally (required if <var title="">hour</var> is non-zero): - <ol><li>Two or more <span>ASCII digits</span>, representing the <var title="">hours</var> as a base + <ol><li>Two or more <a href=#ascii-digits>ASCII digits</a>, representing the <var title="">hours</var> as a base ten integer.</li> <li>A U+003A COLON character (:)</li> </ol></li> - <li>Two <span>ASCII digits</span>, representing the <var title="">minutes</var> as a base ten + <li>Two <a href=#ascii-digits>ASCII digits</a>, representing the <var title="">minutes</var> as a base ten integer in the range 0 ≤ <var title="">minutes</var> ≤ 59.</li> <li>A U+003A COLON character (:)</li> - <li>Two <span>ASCII digits</span>, representing the <var title="">seconds</var> as a base ten + <li>Two <a href=#ascii-digits>ASCII digits</a>, representing the <var title="">seconds</var> as a base ten integer in the range 0 ≤ <var title="">seconds</var> ≤ 59.</li> <li>A U+002E FULL STOP character (.).</li> - <li>Three <span>ASCII digits</span>, representing the thousandths of a second <var title="">seconds-frac</var> as a base ten integer.</li> + <li>Three <a href=#ascii-digits>ASCII digits</a>, representing the thousandths of a second <var title="">seconds-frac</var> as a base ten integer.</li> </ol><p>The <dfn id=webvtt-cue-settings>WebVTT cue settings</dfn> part of a <a href=#webvtt-cue>WebVTT cue</a> consists of zero or more of the following components, in @@ -746,13 +747,13 @@ <li>Either: <dl><dt>To represent a specific position relative to the video frame</dt> <dd> - <ol><li>One or more <span>ASCII digits</span>.</li> + <ol><li>One or more <a href=#ascii-digits>ASCII digits</a>.</li> <li>A U+0025 PERCENT SIGN character (%).</li> </ol></dd> <dt>To represent a line number</dt> <dd> <ol><li>Optionally a U+002D HYPHEN-MINUS character (-).</li> - <li>One or more <span>ASCII digits</span>.</li> + <li>One or more <a href=#ascii-digits>ASCII digits</a>.</li> </ol></dd> </dl></li> </ol><p class=note>A <a href=#webvtt-line-position-cue-setting>WebVTT line position cue setting</a> @@ -769,7 +770,7 @@ <ol><li><p>The string "<code title="">position</code>".</li> <li>A U+003A COLON character (:).</li> - <li>One or more <span>ASCII digits</span>.</li> + <li>One or more <a href=#ascii-digits>ASCII digits</a>.</li> <li>A U+0025 PERCENT SIGN character (%).</li> </ol><p class=note>A <a href=#webvtt-text-position-cue-setting>WebVTT text position cue setting</a> configures the position of the text in the direction orthogonal to @@ -784,7 +785,7 @@ <ol><li><p>The string "<code title="">size</code>".</li> <li>A U+003A COLON character (:).</li> - <li>One or more <span>ASCII digits</span>.</li> + <li>One or more <a href=#ascii-digits>ASCII digits</a>.</li> <li>A U+0025 PERCENT SIGN character (%).</li> </ol><p class=note>A <a href=#webvtt-size-cue-setting>WebVTT size cue setting</a> configures the size of the cue in the same direction as the <a href=#webvtt-text-position-cue-setting>WebVTT text @@ -1368,11 +1369,11 @@ <dd> <ol><li><p>If <var title="">value</var> contains any characters other than U+002D HYPHEN-MINUS - characters (-), U+0025 PERCENT SIGN characters (%), and <span>ASCII digits</span>, then + characters (-), U+0025 PERCENT SIGN characters (%), and <a href=#ascii-digits>ASCII digits</a>, then jump to the step labeled <i>next setting</i>.</li> - <li><p>If <var title="">value</var> does not contain at least one <span title="ASCII - digits">ASCII digit</span>, then jump to the step labeled <i>next setting</i>.</li> + <li><p>If <var title="">value</var> does not contain at least one <a href=#ascii-digits title="ASCII + digits">ASCII digit</a>, then jump to the step labeled <i>next setting</i>.</li> <li><p>If any character in <var title="">value</var> other than the first character is a U+002D HYPHEN-MINUS character @@ -1413,11 +1414,11 @@ <dd> <ol><li><p>If <var title="">value</var> contains any characters other than U+0025 PERCENT SIGN - characters (%) and <span>ASCII digits</span>, then jump to the step labeled <i>next + characters (%) and <a href=#ascii-digits>ASCII digits</a>, then jump to the step labeled <i>next setting</i>.</li> - <li><p>If <var title="">value</var> does not contain at least one <span title="ASCII - digits">ASCII digit</span>, then jump to the step labeled <i>next setting</i>.</li> + <li><p>If <var title="">value</var> does not contain at least one <a href=#ascii-digits title="ASCII + digits">ASCII digit</a>, then jump to the step labeled <i>next setting</i>.</li> <li><p>If any character in <var title="">value</var> other than the last character is a U+0025 PERCENT SIGN character @@ -1444,11 +1445,11 @@ <dd> <ol><li><p>If <var title="">value</var> contains any characters other than U+0025 PERCENT SIGN - characters (%) and <span>ASCII digits</span>, then jump to the step labeled <i>next + characters (%) and <a href=#ascii-digits>ASCII digits</a>, then jump to the step labeled <i>next setting</i>.</li> - <li><p>If <var title="">value</var> does not contain at least one <span title="ASCII - digits">ASCII digit</span>, then jump to the step labeled <i>next setting</i>.</li> + <li><p>If <var title="">value</var> does not contain at least one <a href=#ascii-digits title="ASCII + digits">ASCII digit</a>, then jump to the step labeled <i>next setting</i>.</li> <li><p>If any character in <var title="">value</var> other than the last character is a U+0025 PERCENT SIGN character @@ -1522,10 +1523,10 @@ steps.</li> <li><p>If the character indicated by <var title="">position</var> - is not an <span title="ASCII digits">ASCII digit</span>, then + is not an <a href=#ascii-digits title="ASCII digits">ASCII digit</a>, then return an error and abort these steps.</li> - <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <span>ASCII digits</span>, and let + <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <a href=#ascii-digits>ASCII digits</a>, and let <var title="">string</var> be the collected substring.</li> <li><p>Interpret <var title="">string</var> as a base-ten @@ -1539,7 +1540,7 @@ <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li> - <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <span>ASCII digits</span>, and let + <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <a href=#ascii-digits>ASCII digits</a>, and let <var title="">string</var> be the collected substring.</li> <li><p>If <var title="">string</var> is not exactly two characters @@ -1559,7 +1560,7 @@ <ol><li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li> - <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <span>ASCII digits</span>, and + <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <a href=#ascii-digits>ASCII digits</a>, and let <var title="">string</var> be the collected substring.</li> <li><p>If <var title="">string</var> is not exactly two @@ -1581,7 +1582,7 @@ <li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+002E FULL STOP character (.), then return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li> - <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <span>ASCII digits</span>, and let + <li><p><a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a> that are <a href=#ascii-digits>ASCII digits</a>, and let <var title="">string</var> be the collected substring.</li> <li><p>If <var title="">string</var> is not exactly three @@ -2088,7 +2089,7 @@ <i>next</i>.</p> </dd> - <dt><span>ASCII digits</span></dt> + <dt><a href=#ascii-digits>ASCII digits</a></dt> <dd> <p>Set <var title="">result</var> to <var title="">c</var>, set <var title="">tokenizer state</var> to the <a href=#webvtt-timestamp-tag-state>WebVTT
Received on Wednesday, 21 November 2012 20:06:01 UTC