- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Sun, 02 Mar 2014 02:07:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv17659 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 7d31afeadf194401a0fdbdde213def16f4576615 --- /sources/public/html5/webvtt/Overview.html 2014/03/02 02:06:29 1.114 +++ /sources/public/html5/webvtt/Overview.html 2014/03/02 02:07:39 1.115 @@ -385,7 +385,6 @@ 00:35.500 --> 00:38.000 <v Roger Bingham>You know I'm so excited my glasses are falling off here.</pre> - <section id="cues-with-multiple-lines"> <h3 aria-level="2" role="heading" id="h3_cues-with-multiple-lines"><span class="secno">1.1 </span>Cues with multiple lines</h3> @@ -1138,7 +1137,6 @@ "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p> - <p>A <dfn id="dfn-webvtt-cue">WebVTT cue</dfn> consists of the following components, in the given order:</p> @@ -1385,7 +1383,6 @@ <a href="#dfn-webvtt-cue-components" class="internalDFN">WebVTT cue components</a>, in any order, each optionally followed by a <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</p> - <p>A <dfn id="dfn-webvtt-cue-class-span">WebVTT cue class span</dfn> consists of a <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code title="">c</code>" that disallows an annotation, <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a> representing cue @@ -1447,7 +1444,6 @@ <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">lang</code>".</li> </ol> - <p>A <dfn id="dfn-webvtt-cue-span-start-tag">WebVTT cue span start tag</dfn> has a <var title="">tag name</var> and either <!--allows,--> requires<!--,--> or disallows an annotation, and consists of the following components, in the @@ -1512,7 +1508,6 @@ <li>A U+003E GREATER-THAN SIGN character (>).</li> </ol> - <p>A <dfn id="dfn-webvtt-cue-timestamp">WebVTT cue timestamp</dfn> consists of a U+003C LESS-THAN SIGN character (<), followed by a <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> representing the time that the given point in the cue becomes @@ -1997,7 +1992,6 @@ </section><!-- end of syntax --> - <section id="webvtt-file-format-parsing"> <!--OddPage--><h2 aria-level="1" role="heading" id="h2_webvtt-file-format-parsing"><span class="secno">5. </span>WebVTT file format: Parsing</h2> @@ -2058,7 +2052,6 @@ <li>Let <var title="">line</var> be a string variable. Unset the <var title="">already collected line</var> flag.</li> - <!-- SIGNATURE CHECK --> <li><p><a href="#dfn-collect-a-sequence-of-characters" class="internalDFN">Collect a sequence of characters</a> that are @@ -2145,7 +2138,6 @@ <li><p>If <var title="">line</var> is not the empty string, then jump back to the step labeled <i title="">header</i>.</p></li> - <li><p><i>Cue loop</i>: If the <var title="">already collected line</var> flag is set, then jump to the step labeled <var title="">cue creation</var>.</p></li> @@ -2265,7 +2257,6 @@ <li><p>Jump to the step labeled <i>cue loop</i>.</p></li> - <li><p><i>Bad cue</i>: Discard <var title="">cue</var>.</p></li> <li><p><i>Bad cue loop</i>: If <var title="">position</var> is @@ -2289,7 +2280,6 @@ <li><p>Otherwise, jump to the step labeled <i>bad cue loop</i>.</p></li> - <li><p><i>End</i>: The file has ended. Abort these steps. The <a href="#dfn-webvtt-parser" class="internalDFN">WebVTT parser</a> has finished. The file was successfully processed.</p></li> @@ -2383,7 +2373,6 @@ </li> </ol> - <p>The rules to <dfn id="dfn-parse-a-percentage-string">parse a percentage string</dfn> are as follows. This will return either a number in the range 0..100, or nothing. If at any point the algorithm says that it "fails", this means that it is aborted at that point and returns nothing.</p> @@ -2520,7 +2509,6 @@ </ol> </dd> - <dt>If <var title="">name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code title="">vertical</code>"</dt> <dd> @@ -2541,7 +2529,6 @@ </dd> - <dt>If <var title="">name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code title="">line</code>"</dt> <dd> @@ -2557,7 +2544,6 @@ <li><p>Otherwise let <var title="">linepos</var> be the full <var title="">value</var> string and <var title="">linealign</var> be the empty string.</p></li> - <li><p>If <var title="">linepos</var> does not contain at least one <a title="ASCII digits" href="#dfn-ascii-digits" class="internalDFN">ASCII digit</a>, then jump to the step labeled <i>next setting</i>.</p></li> @@ -2617,7 +2603,6 @@ </dd> - <dt>If <var title="">name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code title="">size</code>"</dt> <dd> @@ -2635,7 +2620,6 @@ </dd> - <dt>If <var title="">name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code title="">position</code>"</dt> <dd> @@ -2680,7 +2664,6 @@ </dd> - <dt>If <var title="">name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code title="">align</code>"</dt> <dd> @@ -3947,7 +3930,6 @@ the <code>video</code>, or even off the <code>video</code> entirely.</p> - <p>When the algorithm above requires that the user agent <dfn id="dfn-apply-webvtt-cue-settings">Apply WebVTT cue settings</dfn> to calculate CSS boxes from the <a href="#dfn-list-of-webvtt-node-objects" class="internalDFN">list of WebVTT Node Objects</a> <var title="">nodes</var> obtained by applying the <a href="#dfn-webvtt-cue-text-parsing-rules" class="internalDFN">WebVTT cue text parsing rules</a> to the <var title="">cue</var>'s @@ -4695,7 +4677,6 @@ track" href="#dfn-text-track" class="internalDFN">text tracks</a> model must implement the '::cue' and '::cue(<var title="">selector</var>)' pseudo-elements, and the <a title="past-pseudo-class" href="#dfn-past-pseudo-class" class="internalDFN">':past'</a> and <a title="future-pseudo-class" href="#dfn-future-pseudo-class" class="internalDFN">':future'</a> pseudo-classes.</p> - <section id="the-cue-pseudo-element"> <h5 aria-level="4" role="heading" id="h5_the-cue-pseudo-element"><span class="secno">6.2.3.1 </span>The '::cue' pseudo-element</h5> @@ -5582,7 +5563,6 @@ </section> - <section id="acknowledgements"> <!--OddPage--><h2 class="no-num" aria-level="1" role="heading" id="h2_acknowledgements"><span class="secno">10. </span>Acknowledgements</h2>
Received on Sunday, 2 March 2014 02:07:40 UTC