- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Fri, 31 Jan 2014 11:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv18549 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit aae22956c20096522a8d6f34cf529f243c94ba33 --- /sources/public/html5/webvtt/Overview.html 2014/01/30 22:39:14 1.107 +++ /sources/public/html5/webvtt/Overview.html 2014/01/31 11:46:57 1.108 @@ -271,7 +271,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-30T22:39:09.000Z" id="draft-community-group-specification-30-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-30">30 January 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-31T11:46:52.000Z" id="draft-community-group-specification-31-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-31">31 January 2014</time></h2> <dl> @@ -2134,12 +2134,8 @@ <li>Let <var>region</var>'s <a title="text track region viewport anchor" href="#dfn-text-track-region-viewport-anchor" class="internalDFN">viewport anchor point</a> be (0,100).</li> <li>Let <var>region</var>'s <a title="text track region scroll" href="#dfn-text-track-region-scroll" class="internalDFN">scroll value</a> be <a title="text track region scroll none" href="#dfn-text-track-region-scroll-none" class="internalDFN">NONE</a>.</li> <li><a href="#dfn-collect-webvtt-region-settings" class="internalDFN">Collect WebVTT region settings</a> from <a title="WebVTT metadata header value" href="#dfn-webvtt-metadata-header-value" class="internalDFN">metadata's value</a> using <var>region</var> for the results.</li> - <li><i>Region processing</i>: Construct a <a href="#dfn-webvtt-region-object" class="internalDFN">WebVTT Region Object</a> from <var>region</var>.</li> - - <li>If the <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> <var>regions</var> contains a region with the same <var>region identifier</var> value as <var>region</var>, remove that region.</li><!-- the removed region has never been in effect --> - - <li>Add <var>region</var> to the <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> <var>regions</var>.</li> + <li>Append <var>region</var> to the <a href="#dfn-text-track-list-of-regions" class="internalDFN">text track list of regions</a> <var>regions</var>.</li> </ol> </li> </ol> @@ -2530,7 +2526,7 @@ <dd> <ol> - <li><p>Let <var>cue</var>'s <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue region</a> be the <!-- last --> <a href="#dfn-text-track-region" class="internalDFN">text + <li><p>Let <var>cue</var>'s <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue region</a> be the last <a href="#dfn-text-track-region" class="internalDFN">text track region</a> in <var title="">regions</var> whose <a href="#dfn-text-track-region-identifier" class="internalDFN">text track region identifier</a> is <var>value</var>, if any, or null otherwise.</p></li> </ol>
Received on Friday, 31 January 2014 11:46:58 UTC