- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Thu, 15 May 2014 22:45:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv13766 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit eb835b1ab5970fa07d002c6c7c8b0dbf071491e1 --- /sources/public/html5/webvtt/Overview.html 2014/05/15 11:43:14 1.131 +++ /sources/public/html5/webvtt/Overview.html 2014/05/15 22:45:56 1.132 @@ -460,7 +460,7 @@ <p>Comments can be included in WebVTT files.</p> <p>Comments are just blocks that are preceded by a blank line, - start with the word "<code title="">NOTE</code>" (followed by a + start with the word "<code>NOTE</code>" (followed by a space or newline), and end at the first blank line.</p> <div class="example"> @@ -793,25 +793,26 @@ position</a> is the special value <a title="text track cue automatic line position" href="#dfn-text-track-cue-automatic-line-position" class="internalDFN">auto</a>.)</p></li> - <li><p>Let <var title="">cue</var> be the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a>.</p></li> + <li><p>Let <var>cue</var> be the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a>.</p></li> - <li><p>If <var title="">cue</var> is not in a <a title="text track list of cues" href="#dfn-text-track-list-of-cues" class="internalDFN">list of + <li><p>If <var>cue</var> is not in a <a title="text track list of cues" href="#dfn-text-track-list-of-cues" class="internalDFN">list of cues</a> of a <a href="#dfn-text-track" class="internalDFN">text track</a>, or if that <a href="#dfn-text-track" class="internalDFN">text track</a> is not in the <a href="#dfn-list-of-text-tracks" class="internalDFN">list of text tracks</a> of a <a href="#dfn-media-element" class="internalDFN">media element</a>, return −1 and abort these steps.</p></li> - <li><p>Let <var title="">track</var> be the <a href="#dfn-text-track" class="internalDFN">text track</a> whose <a title="text - track list of cues" href="#dfn-text-track-list-of-cues" class="internalDFN">list of cues</a> the <var title="">cue</var> is in.</p></li> + <li><p>Let <var>track</var> be the <a href="#dfn-text-track" class="internalDFN">text track</a> whose <a title="text + track list of cues" href="#dfn-text-track-list-of-cues" class="internalDFN">list of cues</a> the <var>cue</var> is in.</p></li> - <li><p>Let <var title="">n</var> be the number of <a title="text track" href="#dfn-text-track" class="internalDFN">text tracks</a> + <li><p>Let <var>n</var> be the number of <a title="text track" href="#dfn-text-track" class="internalDFN">text tracks</a> whose <a href="#dfn-text-track-mode" class="internalDFN">text track mode</a> is <a title="text track showing" href="#dfn-text-track-showing" class="internalDFN">showing</a> and that - are in the <a href="#dfn-media-element" class="internalDFN">media element</a>'s <a href="#dfn-list-of-text-tracks" class="internalDFN">list of text tracks</a> before <var title="">track</var>.</p></li> + are in the <a href="#dfn-media-element" class="internalDFN">media element</a>'s <a href="#dfn-list-of-text-tracks" class="internalDFN">list of text tracks</a> before + <var>track</var>.</p></li> - <li><p>Increment <var title="">n</var> by one.</p></li> + <li><p>Increment <var>n</var> by one.</p></li> - <li><p>Negate <var title="">n</var>.</p></li> + <li><p>Negate <var>n</var>.</p></li> - <li><p>Return <var title="">n</var>.</p></li> + <li><p>Return <var>n</var>.</p></li> </ol> @@ -1086,7 +1087,7 @@ <li>An optional U+FEFF BYTE ORDER MARK (BOM) character.</li> - <li>The string "<code title="">WEBVTT</code>".</li> + <li>The string "<code>WEBVTT</code>".</li> <li>Optionally, either a U+0020 SPACE character or a U+0009 CHARACTER TABULATION (tab) character followed by any number of @@ -1145,7 +1146,7 @@ <li><a href="#dfn-webvtt-cue-timings" class="internalDFN">WebVTT cue timings</a>.</li> <li>Optionally, one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters followed by a <a href="#dfn-webvtt-cue-settings-list" class="internalDFN">WebVTT cue settings list</a>.</li> <li>A <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</li> - <li>The <dfn id="dfn-cue-payload">cue payload</dfn>: either <a href="#dfn-webvtt-cue-text" class="internalDFN">WebVTT cue text</a>, <a href="#dfn-webvtt-chapter-title-text" class="internalDFN">WebVTT chapter title text</a>, or <a href="#dfn-webvtt-metadata-text" class="internalDFN">WebVTT metadata text</a>, but it must not contain the substring "<code title="">--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li> + <li>The <dfn id="dfn-cue-payload">cue payload</dfn>: either <a href="#dfn-webvtt-cue-text" class="internalDFN">WebVTT cue text</a>, <a href="#dfn-webvtt-chapter-title-text" class="internalDFN">WebVTT chapter title text</a>, or <a href="#dfn-webvtt-metadata-text" class="internalDFN">WebVTT metadata text</a>, but it must not contain the substring "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li> <li>A <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</li> </ol> @@ -1155,7 +1156,7 @@ data associated with the cue.</p></div> <p>A <dfn id="dfn-webvtt-cue-identifier">WebVTT cue identifier</dfn> is any sequence of one or more - characters not containing the substring "<code title="">--></code>" + characters not containing the substring "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN), nor containing any U+000A LINE FEED (LF) characters or U+000D CARRIAGE RETURN (CR) characters.</p> @@ -1181,7 +1182,7 @@ <li>One or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters.</li> - <li>The string "<code title="">--></code>" (U+002D HYPHEN-MINUS, + <li>The string "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li> <li>One or more U+0020 SPACE characters or U+0009 CHARACTER @@ -1209,18 +1210,20 @@ that the WebVTT file is to be synchronized with, which always starts at 0.</p></div> - <p>A <dfn title="complete WebVTT timestamp" id="dfn-complete-webvtt-timestamp">WebVTT timestamp representing hours <var title="">hours</var>, minutes <var title="">minutes</var>, seconds - <var title="">seconds</var>, and thousandths of a second <var title="">seconds-frac</var></dfn>, consists of the following components, + <p>A <dfn title="complete WebVTT timestamp" id="dfn-complete-webvtt-timestamp">WebVTT timestamp representing hours + <var>hours</var>, minutes <var>minutes</var>, seconds + <var>seconds</var>, and thousandths of a second + <var>seconds-frac</var></dfn>, consists of the following components, in the given order:</p> <ol> <li> - Optionally (required if <var title="">hour</var> is non-zero): + Optionally (required if <var>hour</var> is non-zero): <ol> - <li>Two or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the <var title="">hours</var> as a base + <li>Two or more <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the <var>hours</var> as a base ten integer.</li> <li>A U+003A COLON character (:)</li> @@ -1229,39 +1232,49 @@ </li> - <li>Two <a href="#dfn-ascii-digits" class="internalDFN">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>Two <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the <var>minutes</var> as a base ten + integer in the range 0 ≤ <var>minutes</var> ≤ 59.</li> <li>A U+003A COLON character (:)</li> - <li>Two <a href="#dfn-ascii-digits" class="internalDFN">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>Two <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the <var>seconds</var> as a base ten + integer in the range 0 ≤ <var>seconds</var> ≤ 59.</li> <li>A U+002E FULL STOP character (.).</li> - <li>Three <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the thousandths of a second <var title="">seconds-frac</var> as a base ten integer.</li> + <li>Three <a href="#dfn-ascii-digits" class="internalDFN">ASCII digits</a>, representing the thousandths of a second + <var>seconds-frac</var> as a base ten integer.</li> </ol> <p>A <dfn title="partial WebVTT timestamp" id="dfn-partial-webvtt-timestamp">WebVTT timestamp representing a time in seconds and fractions of a second</dfn> is a <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> - representing hours <var title="">hours</var>, minutes <var title="">minutes</var>, seconds - <var title="">seconds</var>, and thousandths of a second <var title="">seconds-frac</var>, calculated as follows:</p> + representing hours <var>hours</var>, minutes <var>minutes</var>, seconds + <var>seconds</var>, and thousandths of a second + <var>seconds-frac</var>, calculated as follows:</p> <ol> - <li><p>Let <var title="">seconds</var> be the integer part of the + <li><p>Let <var>seconds</var> be the integer part of the time.</p></li> - <li><p>Let <var title="">seconds-frac</var> be the fractional + <li><p>Let <var>seconds-frac</var> be the fractional component of the time, expressed as the digits of the decimal fraction given to three decimal digits.</p></li> - <li><p>If <var title="">seconds</var> is greater than 59, then let - <var title="">minutes</var> be the integer component of <var title="">seconds</var> divided by sixty, and then let <var title="">seconds</var> be the remainder of dividing <var title="">seconds</var> divided by sixty. Otherwise, let <var title="">minutes</var> be zero.</p></li> - - <li><p>If <var title="">minutes</var> is greater than 59, then let - <var title="">hours</var> be the integer component of <var title="">minutes</var> divided by sixty, and then let <var title="">minutes</var> be the remainder of dividing <var title="">minutes</var> divided by sixty. Otherwise, let <var title="">hours</var> be zero.</p></li> + <li><p>If <var>seconds</var> is greater than 59, then let + <var>minutes</var> be the integer component of + <var>seconds</var> divided by sixty, and then let + <var>seconds</var> be the remainder of dividing + <var>seconds</var> divided by sixty. Otherwise, let + <var>minutes</var> be zero.</p></li> + + <li><p>If <var>minutes</var> is greater than 59, then let + <var>hours</var> be the integer component of + <var>minutes</var> divided by sixty, and then let + <var>minutes</var> be the remainder of dividing + <var>minutes</var> divided by sixty. Otherwise, let + <var>hours</var> be zero.</p></li> </ol> @@ -1306,7 +1319,7 @@ the given order:</p> <ol> - <li>The string "<code title="">NOTE</code>".</li> + <li>The string "<code>NOTE</code>".</li> <li> Optionally, the following components, in the given order: <ol> @@ -1320,7 +1333,7 @@ <li>Any sequence of zero or more characters other than U+000A LINE FEED (LF) characters and U+000D CARRIAGE RETURN (CR) characters, each optionally separated from the next by a <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>, except that the entire resulting string must not contain - the substring "<code title="">--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li> + the substring "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li> </ol> </li> <li>A <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</li> @@ -1387,39 +1400,41 @@ 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 + span start tag</a> "<code>c</code>" that disallows an annotation, <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a> representing cue - text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">c</code>".</p> + text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> + "<code>c</code>".</p> <p>A <dfn id="dfn-webvtt-cue-italics-span">WebVTT cue italics span</dfn> consists of a <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT - cue span start tag</a> "<code title="">i</code>" that disallows + cue span start tag</a> "<code>i</code>" that disallows an annotation, <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a> representing the italicized text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> - "<code title="">i</code>".</p> + "<code>i</code>".</p> <p>A <dfn id="dfn-webvtt-cue-bold-span">WebVTT cue bold span</dfn> consists of a <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue - span start tag</a> "<code title="">b</code>" that disallows an + span start tag</a> "<code>b</code>" that disallows an annotation, <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a> representing the - boldened text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">b</code>".</p> + boldened text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> + "<code>b</code>".</p> <p>A <dfn id="dfn-webvtt-cue-underline-span">WebVTT cue underline span</dfn> consists of a <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT - cue span start tag</a> "<code title="">u</code>" that disallows + cue span start tag</a> "<code>u</code>" that disallows an annotation, <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a> representing the underlined text, and a <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> - "<code title="">u</code>".</p> + "<code>u</code>".</p> <p>A <dfn id="dfn-webvtt-cue-ruby-span">WebVTT cue ruby span</dfn> consists of the following components, in the order given:</p> <ol> - <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code title="">ruby</code>" that disallows an annotation.</li> + <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code>ruby</code>" that disallows an annotation.</li> <li> One or more occurrences of the following group of components, in the order given: <ol> <li><a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a>, representing the ruby base.</li> - <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code title="">rt</code>" that disallows an annotation.</li> + <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code>rt</code>" that disallows an annotation.</li> <li>A <dfn id="dfn-webvtt-cue-ruby-text-span">WebVTT cue ruby text span</dfn>: <a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a>, representing the ruby text component of the ruby annotation.</li> - <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">rt</code>". + <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code>rt</code>". If this is the last occurrence of this group of components in the <a href="#dfn-webvtt-cue-ruby-span" class="internalDFN">WebVTT cue ruby span</a>, then this last end tag string may be omitted.</li> @@ -1427,28 +1442,28 @@ </li> <li>If the last end tag string was not omitted: Optionally, a <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</li> <li>If the last end tag string was not omitted: Zero or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters, each optionally followed by a <a href="#dfn-webvtt-line-terminator" class="internalDFN">WebVTT line terminator</a>.</li> - <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">ruby</code>".</li> + <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code>ruby</code>".</li> </ol> <p>A <dfn id="dfn-webvtt-cue-voice-span">WebVTT cue voice span</dfn> consists of the following components, in the order given:</p> <ol> - <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code title="">v</code>" that requires an annotation; the annotation represents the name of the voice.</li> + <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code>v</code>" that requires an annotation; the annotation represents the name of the voice.</li> <li><a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a>.</li> - <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">v</code>". If this <a href="#dfn-webvtt-cue-voice-span" class="internalDFN">WebVTT cue voice span</a> is the only <a title="WebVTT cue components" href="#dfn-webvtt-cue-components" class="internalDFN">component</a> of its <a href="#dfn-webvtt-cue-text" class="internalDFN">WebVTT cue text</a> sequence, then the end tag may be omitted for brevity.</li> + <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code>v</code>". If this <a href="#dfn-webvtt-cue-voice-span" class="internalDFN">WebVTT cue voice span</a> is the only <a title="WebVTT cue components" href="#dfn-webvtt-cue-components" class="internalDFN">component</a> of its <a href="#dfn-webvtt-cue-text" class="internalDFN">WebVTT cue text</a> sequence, then the end tag may be omitted for brevity.</li> </ol> <p>A <dfn id="dfn-webvtt-cue-language-span">WebVTT cue language span</dfn> consists of the following components, in the order given:</p> <ol> - <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code title="">lang</code>" that requires an annotation; the annotation represents the language of the following component, and must be a valid BCP 47 language tag. <a href="#refsBCP47">[BCP47]</a></li> + <li>A <a href="#dfn-webvtt-cue-span-start-tag" class="internalDFN">WebVTT cue span start tag</a> "<code>lang</code>" that requires an annotation; the annotation represents the language of the following component, and must be a valid BCP 47 language tag. <a href="#refsBCP47">[BCP47]</a></li> <li><a href="#dfn-webvtt-cue-internal-text" class="internalDFN">WebVTT cue internal text</a>.</li> - <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code title="">lang</code>".</li> + <li>A <a href="#dfn-webvtt-cue-span-end-tag" class="internalDFN">WebVTT cue span end tag</a> "<code>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 + <p>A <dfn id="dfn-webvtt-cue-span-start-tag">WebVTT cue span start tag</dfn> has a <var>tag name</var> and either <!--allows,--> requires<!--,--> or disallows an annotation, and consists of the following components, in the order given:</p> @@ -1457,7 +1472,7 @@ <li>A U+003C LESS-THAN SIGN character (<).</li> - <li>The <var title="">tag name</var>.</li> + <li>The <var>tag name</var>.</li> <li> Zero or more occurrences of the following sequence: @@ -1502,14 +1517,14 @@ </ol> - <p>A <dfn id="dfn-webvtt-cue-span-end-tag">WebVTT cue span end tag</dfn> has a <var title="">tag + <p>A <dfn id="dfn-webvtt-cue-span-end-tag">WebVTT cue span end tag</dfn> has a <var>tag name</var> and consists of the following components, in the order given:</p> <ol> <li>A U+003C LESS-THAN SIGN character (<).</li> <li>U+002F SOLIDUS character (/).</li> - <li>The <var title="">tag name</var>.</li> + <li>The <var>tag name</var>.</li> <li>A U+003E GREATER-THAN SIGN character (>).</li> </ol> @@ -1533,22 +1548,22 @@ (&), and U+003E GREATER-THAN SIGN characters (>).</p> <p>A <dfn id="dfn-webvtt-cue-amp-escape">WebVTT cue amp escape</dfn> is the five character string - "<code title="">&amp;</code>".</p> + "<code>&amp;</code>".</p> <p>A <dfn id="dfn-webvtt-cue-lt-escape">WebVTT cue lt escape</dfn> is the four character string - "<code title="">&lt;</code>".</p> + "<code>&lt;</code>".</p> <p>A <dfn id="dfn-webvtt-cue-gt-escape">WebVTT cue gt escape</dfn> is the four character string - "<code title="">&gt;</code>".</p> + "<code>&gt;</code>".</p> <p>A <dfn id="dfn-webvtt-cue-lrm-escape">WebVTT cue lrm escape</dfn> is the five character string - "<code title="">&lrm;</code>".</p> + "<code>&lrm;</code>".</p> <p>A <dfn id="dfn-webvtt-cue-rlm-escape">WebVTT cue rlm escape</dfn> is the five character string - "<code title="">&rlm;</code>".</p> + "<code>&rlm;</code>".</p> <p>A <dfn id="dfn-webvtt-cue-nbsp-escape">WebVTT cue nbsp escape</dfn> is the six character string - "<code title="">&nbsp;</code>".</p> + "<code>&nbsp;</code>".</p> </section><!-- end of cue text --> @@ -1715,9 +1730,9 @@ consists of the following components, in the order given:</p> <ol> - <li>The string "<code title="">vertical</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</li> + <li>The string "<code>vertical</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</li> <li><p>A U+003A COLON character (:).</p></li> - <li>One of the following strings as the <a href="#dfn-webvtt-cue-setting-value" class="internalDFN">WebVTT cue setting value</a>: "<code title="">rl</code>", "<code title="">lr</code>".</li> + <li>One of the following strings as the <a href="#dfn-webvtt-cue-setting-value" class="internalDFN">WebVTT cue setting value</a>: "<code>rl</code>", "<code>lr</code>".</li> </ol> <div class="note"><div class="note-title" aria-level="4" role="heading" id="h_note_22"><span>Note</span></div><p class="">A <a href="#dfn-webvtt-vertical-text-cue-setting" class="internalDFN">WebVTT vertical text cue setting</a> @@ -1729,7 +1744,7 @@ following components, in the order given:</p> <ol> - <li><p>The string "<code title="">line</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> + <li><p>The string "<code>line</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> <li><p>A U+003A COLON character (:).</p></li> <li> As the <a href="#dfn-webvtt-cue-setting-value" class="internalDFN">WebVTT cue setting value</a>: @@ -1754,8 +1769,8 @@ An optional alignment value consisting of the following components: <ol> <li>A U+002C COMMA 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>start</code>, <code>middle</code>, + <code>end</code></li> </ol> </li> </ol> @@ -1779,7 +1794,7 @@ following components, in the order given:</p> <ol> - <li><p>The string "<code title="">size</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> + <li><p>The string "<code>size</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> <li><p>A U+003A COLON character (:).</p></li> <li><p>As the <a href="#dfn-webvtt-cue-setting-value" class="internalDFN">WebVTT cue setting value</a>: a <a href="#dfn-webvtt-percentage" class="internalDFN">WebVTT percentage</a>.</p></li> @@ -1795,7 +1810,7 @@ following components, in the order given:</p> <ol> - <li><p>The string "<code title="">position</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> + <li><p>The string "<code>position</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> <li><p>A U+003A COLON character (:).</p></li> <li> As the <a href="#dfn-webvtt-cue-setting-value" class="internalDFN">WebVTT cue setting value</a>: @@ -1805,8 +1820,8 @@ an optional alignment value consisting of: <ol> <li>A U+002C COMMA 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>start</code>, <code>middle</code>, + <code>end</code></li> </ol> </li> </ol> @@ -1827,15 +1842,15 @@ following components, in the order given:</p> <ol> - <li><p>The string "<code title="">align</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> + <li><p>The string "<code>align</code>" as the <a href="#dfn-webvtt-cue-setting-name" class="internalDFN">WebVTT cue setting name</a>.</p></li> [3057 lines skipped]
Received on Thursday, 15 May 2014 22:45:58 UTC