- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Thu, 15 May 2014 11:43:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv25456
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 8e0903d084fcaed2fb6aa0c6df868809371d4df2
--- /sources/public/html5/webvtt/Overview.html 2014/05/12 19:04:28 1.130
+++ /sources/public/html5/webvtt/Overview.html 2014/05/15 11:43:14 1.131
@@ -271,7 +271,7 @@
</p>
<h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1>
- <h2 id="draft-community-group-specification-12-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-12">12 May 2014</time></h2>
+ <h2 id="draft-community-group-specification-15-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-15">15 May 2014</time></h2>
<dl>
@@ -642,7 +642,7 @@
<ul class="brief">
<li><a href="http://dom.spec.whatwg.org/#document"><dfn id="dfn-document"><code>Document</code></dfn></a> interface</li>
<li><a href="http://dom.spec.whatwg.org/#interface-documentfragment"><dfn id="dfn-documentfragment"><code>DocumentFragment</code></dfn></a> interface</li>
- <li><a href="http://dom.spec.whatwg.org/#dom-node-ownerdocument"><dfn id="dfn-ownerdocument"><code>ownerDocument</code></dfn></a> interface</li>
+ <li><a href="http://dom.spec.whatwg.org/#dom-node-ownerdocument"><dfn id="dfn-ownerdocument"><code>ownerDocument</code></dfn></a> attribute</li>
<li><a href="http://dom.spec.whatwg.org/#processinginstruction"><dfn id="dfn-processinginstruction"><code>ProcessingInstruction</code></dfn></a> interface</li>
<li><a href="http://dom.spec.whatwg.org/#text"><dfn id="dfn-text"><code>Text</code></dfn></a> interface</li>
<li><a href="http://dom.spec.whatwg.org/#indexsizeerror"><dfn id="dfn-indexsizeerror"><code>IndexSizeError</code></dfn></a></li>
@@ -685,7 +685,7 @@
<li><a href="http://www.w3.org/html/wg/drafts/html/master/#rules-for-updating-the-text-track-rendering"><dfn id="dfn-rules-for-updating-the-text-track-rendering">Rules for updating the text track rendering</dfn></a></li>
<li><a href="http://www.w3.org/html/wg/drafts/html/master/#rules-for-rendering-the-cue-in-isolation"><dfn id="dfn-rules-for-rendering-the-cue-in-isolation">Rules for rendering the cue in isolation</dfn></a></li>
<li><a href="http://www.w3.org/html/wg/drafts/html/master/#texttrackcue"><dfn id="dfn-texttrackcue"><code>TextTrackCue</code></dfn></a> interface</li>
- <li><a href="http://www.w3.org/html/wg/drafts/html/master/#dom-texttrack-addcue"><dfn id="dfn-addcue"><code>addCue()</code></dfn></a></li>
+ <li><a href="http://www.w3.org/html/wg/drafts/html/master/#dom-texttrack-addcue"><dfn id="dfn-addcue"><code>addCue()</code></dfn></a> method</li>
</ul>
</section>
</section>
@@ -2168,7 +2168,7 @@
<li>
<p><i>Cue creation</i>: Let <var title="">cue</var> be a new
- <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> and initialize it as follows:</p></li>
+ <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> and initialize it as follows:</p>
<ol>
<li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-identifier" class="internalDFN">text track cue identifier</a> be the empty string.</p></li>
@@ -2201,7 +2201,7 @@
<li><p>Let <var title="">cue</var>'s <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> be the empty string.</p></li>
</ol>
-
+ </li>
<li><p>If <var title="">line</var> contains the three-character
substring "<code title="">--></code>" (U+002D HYPHEN-MINUS, U+002D
@@ -2759,14 +2759,22 @@
</dl>
</li>
- <li><p>If <var>cue</var>'s <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line position</a> is not <a href="#dfn-text-track-cue-automatic-line-position" class="internalDFN">text track cue automatic line position</a>
- or <var>cue</var>'s <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> is not 100 or <var>cue</var>'s <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a>
- is not <a title="text track cue horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>, let <var>cue</var>'s <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue
- region</a> be null.</p></li>
+ <li>
- </ol>
+ <p>If <var>cue</var>'s <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line position</a> is not <a href="#dfn-text-track-cue-automatic-line-position" class="internalDFN">text track cue automatic line position</a>
+ or <var>cue</var>'s <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> is not 100 or <var>cue</var>'s <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a>
+ is not <a title="text track cue horizontal writing direction" href="#dfn-text-track-cue-horizontal-writing-direction" class="internalDFN">horizontal</a>, let <var>cue</var>'s <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue
+ region</a> be null.</p>
+
+ <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_28"><span>Note</span></div><p class="">This makes sure that no matter in which order the cue settings are provided, if
+ if the cue has a <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line position</a> or a <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> setting or
+ is <a title="text track cue vertical growing left writing direction" href="#dfn-text-track-cue-vertical-growing-left-writing-direction" class="internalDFN">text track cue vertical
+ growing left</a> or <a title="text track cue vertical growing right writing direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">growing
+ right writing direction</a>, the <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue region</a> will be ignored.</p></div>
- <div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_28"><span>Note</span></div><p class="">Step 5 makes sure that no matter in which order the cue settings are provided, if the cue has a <a href="#dfn-text-track-cue-line-position" class="internalDFN">text track cue line position</a> or a <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> setting or is <a title="text track cue vertical growing left writing direction" href="#dfn-text-track-cue-vertical-growing-left-writing-direction" class="internalDFN">text track cue vertical growing left</a> or <a title="text track cue vertical growing right writing direction" href="#dfn-text-track-cue-vertical-growing-right-writing-direction" class="internalDFN">growing right writing direction</a>, the <a href="#dfn-text-track-cue-region" class="internalDFN">text track cue region</a> will be ignored.</p></div>
+ </li>
+
+ </ol>
<p>When this specification says that a user agent is to
<dfn id="dfn-collect-a-webvtt-timestamp">collect a WebVTT timestamp</dfn>, the user agent must run the
@@ -5568,10 +5576,10 @@
<dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3 Values and Units</a></cite>, H. Lie, T. Atkins, E. Etemad. W3C.</dd>
<dt id="refsDOM">[DOM]</dt>
- <dd><cite><a href="http://dom.spec.whatwg.org/">W3C DOM 4</a>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</cite></dd>
+ <dd><cite><a href="http://dom.spec.whatwg.org/">W3C DOM 4</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</dd>
- <dt id="refsENCODING">[ENCODING]</dt>
- <dd><cite><a href="http://encoding.spec.whatwg.org/">Encoding</a></cite>, A. van Kesteren, J. Bell. WHATWG.</dd>
+ <dt id="refsENCODING">[ENCODING]</dt>
+ <dd><cite><a href="http://encoding.spec.whatwg.org/">Encoding</a></cite>, A. van Kesteren, J. Bell. WHATWG.</dd>
<dt id="refsHTML">[HTML]</dt>
<dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
Received on Thursday, 15 May 2014 11:43:15 UTC