- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 29 Jan 2014 00:25:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv19627 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit 06e9e20254e28c97265c7bc4e77c138a01f6de3e --- /sources/public/html5/webvtt/Overview.html 2014/01/29 00:20:16 1.98 +++ /sources/public/html5/webvtt/Overview.html 2014/01/29 00:25:42 1.99 @@ -287,7 +287,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-29T00:20:10.000Z" id="draft-community-group-specification-29-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-29">29 January 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-29T00:25:37.000Z" id="draft-community-group-specification-29-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-29">29 January 2014</time></h2> <dl> @@ -5159,8 +5159,7 @@ <p>On setting, the <a href="#dfn-text-track-cue-writing-direction" class="internalDFN">text track cue writing direction</a> must be set to the value given in the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> - match for the new value, if any. If none of the values match, then the user agent must instead - throw a <code>SyntaxError</code> exception.</p> + match for the new value.</p> <p>The <dfn title="dom-VTTCue-snapToLines" id="dfn-dom-vttcue-snaptolines"><code>snapToLines</code></dfn> attribute, on getting, must return true if the <a href="#dfn-text-track-cue-snap-to-lines-flag" class="internalDFN">text track cue snap-to-lines flag</a> of the <a href="#dfn-text-track-cue" class="internalDFN">text @@ -5192,8 +5191,7 @@ <p>On setting, the <a href="#dfn-text-track-cue-line-alignment" class="internalDFN">text track cue line alignment</a> must be set to the value given in the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match - for the new value, if any. If none of the values match, then the user agent must instead throw a - <code>SyntaxError</code> exception.</p> + for the new value.</p> <p>The <dfn title="dom-VTTCue-position" id="dfn-dom-vttcue-position"><code>position</code></dfn> attribute, on getting, must return the <a href="#dfn-text-track-cue-text-position" class="internalDFN">text track cue text position</a> of the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> that @@ -5219,8 +5217,7 @@ <p>On setting, the <a href="#dfn-text-track-cue-text-position-alignment" class="internalDFN">text track cue text position alignment</a> must be set to the value given in the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match - for the new value, if any. If none of the values match, then the user agent must instead throw a - <code>SyntaxError</code> exception.</p> + for the new value.</p> <p>The <dfn title="dom-VTTCue-size" id="dfn-dom-vttcue-size"><code>size</code></dfn> attribute, on getting, must return the <a href="#dfn-text-track-cue-size" class="internalDFN">text track cue size</a> of the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> that the @@ -5246,8 +5243,7 @@ <p>On setting, the <a href="#dfn-text-track-cue-text-alignment" class="internalDFN">text track cue text alignment</a> must be set to the value given in the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match - for the new value, if any. If none of the values match, then the user agent must instead throw a - <code>SyntaxError</code> exception.</p> + for the new value.</p> <p>The <dfn title="dom-VTTCue-text" id="dfn-dom-vttcue-text"><code>text</code></dfn> attribute, on getting, must return the raw <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> of the <a href="#dfn-text-track-cue" class="internalDFN">text track cue</a> that the @@ -5319,7 +5315,8 @@ <p>The following interface is used to expose WebVTT regions in the DOM API:</p> - <pre class="idl_whatwg">[Constructor] + <pre class="idl_whatwg">enum <dfn id="dfn-scrollsetting">ScrollSetting</dfn> { "" /* none */, "up" }; +[Constructor] interface <dfn id="dfn-vttregion">VTTRegion</dfn> { readonly attribute TextTrack? <a title="dom-VTTRegion-track" href="#dfn-dom-vttregion-track" class="internalDFN">track</a>; attribute DOMString <a title="dom-VTTRegion-id" href="#dfn-dom-vttregion-id" class="internalDFN">id</a>; @@ -5329,7 +5326,7 @@ attribute double <a title="dom-VTTRegion-regionAnchorY" href="#dfn-dom-vttregion-regionanchory" class="internalDFN">regionAnchorY</a>; attribute double <a title="dom-VTTRegion-viewportAnchorX" href="#dfn-dom-vttregion-viewportanchorx" class="internalDFN">viewportAnchorX</a>; attribute double <a title="dom-VTTRegion-viewportAnchorY" href="#dfn-dom-vttregion-viewportanchory" class="internalDFN">viewportAnchorY</a>; - attribute DOMString <a title="dom-VTTRegion-scroll" href="#dfn-dom-vttregion-scroll" class="internalDFN">scroll</a>; + attribute <a href="#dfn-scrollsetting" class="internalDFN">ScrollSetting</a> <a title="dom-VTTRegion-scroll" href="#dfn-dom-vttregion-scroll" class="internalDFN">scroll</a>; };</pre> <dl class="domintro"> @@ -5444,7 +5441,7 @@ </td><td> "<code>up</code>" </td></tr></tbody></table> - <p>On setting, the <a href="#dfn-text-track-region-scroll" class="internalDFN">text track region scroll</a> must be set to the value given on the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for the new value, if any. If none of the values match, then the user agent must instead throw a <code>SyntaxError</code> exception.</p> + <p>On setting, the <a href="#dfn-text-track-region-scroll" class="internalDFN">text track region scroll</a> must be set to the value given on the first cell of the row in the table above whose second cell is a <a href="#dfn-case-sensitive" class="internalDFN">case-sensitive</a> match for the new value.</p> </section><!-- end VTTRegion object --> @@ -5644,6 +5641,7 @@ <p>Thanks to the many contributors to the HTML standard at the WHATWG and W3C HTML Working Group, where WebVTT was originally specified. <a href="#refsHTML">[HTML]</a>, <a href="#refsHTML5">[HTML5]</a></p> <p>Thanks to the following active contributors to this spec: + Glenn Adams, Victor Cărbune, Eric Carlson, Anna Cavender,
Received on Wednesday, 29 January 2014 00:25:43 UTC