- From: CVS User spfeiffe <cvsmail@w3.org>
- Date: Wed, 10 Jul 2013 02:13:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv32447 Modified Files: webvtt-July2013.html Log Message: typos fixed for validator --- /sources/public/html5/webvtt/webvtt-July2013.html 2013/07/08 06:58:36 1.2 +++ /sources/public/html5/webvtt/webvtt-July2013.html 2013/07/10 02:13:51 1.3 @@ -1,7 +1,6 @@ <!DOCTYPE html> <html lang="en-US-x-hixie"> <head> - <meta charset="ascii"> <title>WebVTT: The Web Video Text Tracks Format</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <!-- local copy: @@ -280,16 +279,18 @@ </p> <h1 class="title" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-specification-08-july-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-07-08">08 July 2013</time></h2> - <h3>*** Snapshot to <a href="http://www.w3.org/community/about/agreements/final/">secure copyright and patent commitments</a> ***</h3> - + <h2 id="draft-community-group-specification-10-july-2013">Draft Community Group Specification <time class="dt-published" datetime="2013-07-10">10 July 2013</time></h2> <dl> <dt>Latest editor's draft:</dt> <dd><a href="https://dvcs.w3.org/hg/text-tracks/raw-file/default/webvtt/webvtt.html">https://dvcs.w3.org/hg/text-tracks/raw-file/default/webvtt/webvtt.html</a></dd> - + + + + + <dt>Editors:</dt> @@ -836,7 +837,7 @@ <p>A <dfn title="text track region" id="dfn-text-track-region">text track region</dfn> represents a subpart of the video viewport and provides a rendering area for <a title="text track cue" href="#dfn-text-track-cue" class="internalDFN">text track cues</a>.</p> - <p>Each <a tile="text track region" href="#dfn-text-track-region" class="internalDFN">text track region</a> consists of:</p> + <p>Each <a title="text track region" href="#dfn-text-track-region" class="internalDFN">text track region</a> consists of:</p> <dl> @@ -882,9 +883,9 @@ <p>For parsing, we also need the following:</p> <dl> - <dt><dfn title="text track list of regions" id="dfn-text-track-list-of-regions">A text track list of regions</dfn> + <dt><dfn title="text track list of regions" id="dfn-text-track-list-of-regions">A text track list of regions</dfn></dt> - </dt><dd> + <dd> <p>A list of zero or more <a title="text track region" href="#dfn-text-track-region" class="internalDFN">text track regions</a>.</p> @@ -1687,10 +1688,10 @@ offsets <var title="">(x1, y1)</var> and <var title="">(x2, y2)</var> respectively,</p> <ul> - <li>either <var title="">cue1</var> lies fully within <var title""="">cue2</var>, i.e. + <li>either <var title="">cue1</var> lies fully within <var title="">cue2</var>, i.e. <var title="">x1 >= x2</var> and <var title="">y1 <= y2</var></li> - <li>or <var title="">cue1</var> fully contains <var title""="">cue2</var>, i.e. - <var title="">x1 <= x2</var> and <var title="">y1 >= y2</var></li> + <li>or <var title="">cue1</var> fully contains <var title="">cue2</var>, i.e. + <var title="">x1 <= x2</var> and <var title="">y1 >= y2</var>.</li> </ul> <div class="example"> @@ -1997,7 +1998,7 @@ writing direction</a> be <a title="text track cue horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>.</p></li> - <li><p>Let <var titl="">cue</var>'s <a href="#dfn-text-track-cue-region-identifier" class="internalDFN">text track cue + <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-region-identifier" class="internalDFN">text track cue region identifier</a> be the empty string.</p></li> <li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-snap-to-lines-flag" class="internalDFN">text track cue @@ -2130,7 +2131,7 @@ <ol> <li><p>Let <var>settings</var> be the result of <a title="split a string on spaces" href="#dfn-split-a-string-on-spaces" class="internalDFN">splitting <var>input</var> on spaces</a>.</p></li> - <li>For each token <var>setting</var> in the list <var>settings</var>, run the following substeps:<p></p> + <li>For each token <var>setting</var> in the list <var>settings</var>, run the following substeps: <ol> <li><p>If <var>setting</var> does not contain a U+003D EQUALS SIGN character (=), or if the first U+003D EQUALS SIGN character (=) in <var>setting</var> is either the first or last character of <var>setting</var>, then jump to the step labeled <i>next setting</i>.</p></li> @@ -2143,7 +2144,7 @@ <dl> <dt><p>If <var>name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code>id</code>"</p></dt> - <dd><p>Let <var>region's <a title="text track region identifier" href="#dfn-text-track-region-identifier" class="internalDFN">identifier</a> be <var>value</var>.</var></p> + <dd><p>Let <var>region</var>'s <a title="text track region identifier" href="#dfn-text-track-region-identifier" class="internalDFN">identifier</a> be <var>value</var>.</p> </dd> <dt><p>Otherwise if <var>name</var> is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for "<code>width</code>"</p></dt> @@ -3492,7 +3493,6 @@ or dependent on characteristics defined above must be left at their initial values.</p> - </section> </section> @@ -4756,7 +4756,7 @@ <p>Pseudo-elements apply to elements that are matched by selectors. For the purpose of this section, that element is the matched element. The pseudo-element defined below affects the styling of text track regions that are being rendered for the matched element.</p> - <p clss="note">If the matched element is not a video element, the pseudo-element defined below won't have any effect according to this specification.</p> + <div class="note"><div class="note-title" role="heading" aria-level="6"><span>Note</span></div><p class="">If the matched element is not a video element, the pseudo-element defined below won't have any effect according to this specification.</p></div> <p>The '<dfn title="pseudo-region" id="dfn-pseudo-region">::cue-region</dfn>' pseudo-element (with no argument) matches any list of <a title="WebVTT region object" href="#dfn-webvtt-region-object" class="internalDFN">WebVTT region objects</a> constructed for the <i>matched element</i>.</p> @@ -5071,7 +5071,7 @@ <ol> <li><p>If the given <var>region</var> is in a <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>, then remove <var>region</var> from that <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p></li> - <li><p>If the method's <a href="#dfn-texttrack" class="internalDFN"><code>TextTrack</code></a> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> contains a region with the same identifier as <var>region<var> replace the values of that region's <var>width</var>, <var>lines</var>, <var>anchor point</var>, <var>viewport anchor point</var> and <var>scroll</var> attributes with those of <var>region</var>.</var></var></p> + <li><p>If the method's <a href="#dfn-texttrack" class="internalDFN"><code>TextTrack</code></a> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> contains a region with the same identifier as <var>region</var> replace the values of that region's <var>width</var>, <var>lines</var>, <var>anchor point</var>, <var>viewport anchor point</var> and <var>scroll</var> attributes with those of <var>region</var>.</p> <p>Otherwise: add <var>region</var> to the method's <code>TextTrack</code> object's <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a>.</p></li> </ol>
Received on Wednesday, 10 July 2013 02:13:52 UTC