- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Sun, 19 Oct 2014 01:56:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv6089 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit c64fa4ac8c59530f82531bbbb4a77902bb848e4d --- /sources/public/html5/webvtt/Overview.html 2014/10/18 04:24:38 1.191 +++ /sources/public/html5/webvtt/Overview.html 2014/10/19 01:56:39 1.192 @@ -3,7 +3,7 @@ <head> <title>WebVTT: The Web Video Text Tracks Format</title> <meta charset="utf-8"> - <meta name="revision" content="931036a1a9461a7bf883f90cc21b642b46e6710c"> + <meta name="revision" content="c64fa4ac8c59530f82531bbbb4a77902bb848e4d"> @@ -304,7 +304,7 @@ </p> <h1 class="title p-name" id="title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 id="draft-community-group-report-18-october-2014">Draft Community Group Report <time class="dt-published" datetime="2014-10-18">18 October 2014</time></h2> + <h2 id="draft-community-group-report-19-october-2014">Draft Community Group Report <time class="dt-published" datetime="2014-10-19">19 October 2014</time></h2> <dl> @@ -319,7 +319,7 @@ <dt>Bug tracker:</dt> - <dd><a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&bug_file_loc=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fwebvtt%2F">file a bug</a> (<a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=---">open bugs</a>)</dd> + <dd><a href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&bug_file_loc=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fwebvtt%2F">file a bug</a> (<a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=TextTracks%20CG&component=WebVTT&resolution=---">open bugs</a>)</dd> @@ -328,7 +328,7 @@ <dt>Editors:</dt> <dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:silviapfeiffer1@gmail.com">Silvia Pfeiffer</a>, <a class="p-org org h-org h-card" href="http://nicta.com.au/">NICTA</a></dd> <dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:philipj@opera.com">Philip Jägenstedt</a>, <a class="p-org org h-org h-card" href="http://www.opera.com/">Opera Software ASA</a></dd> -<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:ian@hixie.ch">Ian Hickson</a>, <a class="p-org org h-org h-card" href="http://google.com/">Google</a> (previous editor)</dd> +<dd class="p-author h-card vcard"><a class="u-url url p-name fn" href="mailto:ian@hixie.ch">Ian Hickson</a>, <a class="p-org org h-org h-card" href="http://www.google.com/">Google</a> (previous editor)</dd> @@ -703,14 +703,14 @@ <section id="conformance-for-authors"> <h3 role="heading" id="h3_conformance-for-authors"><span class="secno">2.1 </span>Conformance for authors</h3> - <p>The <a href="#h2_syntax">Syntax</a> section of this specification defines what consists a - valid WebVTT document. Authors need to follow the <a href="#h2_syntax">Syntax</a> specification - and are encouraged to use a validator.</p> + <p>The <a href="#syntax">Syntax</a> section of this specification defines what consists a valid + WebVTT document. Authors need to follow the <a href="#syntax">Syntax</a> specification and are + encouraged to use a validator.</p> - <p>The <a href="#h2_parser">Parser</a> section of this specification defines in some detail the + <p>The <a href="#parsing">Parsing</a> section of this specification defines in some detail the required processing for valid and also for invalid documents. It is a little more tolerant to author errors than the syntax allows, so as to reject less documents and provide for - extensibility. However, authors must not take advantage of it. Only documents that follow the <a href="#h2_syntax">Syntax</a> specification are valid.</p> + extensibility. However, authors must not take advantage of it. Only documents that follow the <a href="#syntax">Syntax</a> specification are valid.</p> </section> <section id="document-conformance"> @@ -743,30 +743,29 @@ <p>The following term is defined in the Encoding standard: <a href="#refsENCODING">[ENCODING]</a></p> <ul class="brief"> - <li><a href="http://encoding.spec.whatwg.org/#utf-8-decode"><dfn id="dfn-utf-8-decode">UTF-8 decode</dfn></a></li> + <li><a href="https://encoding.spec.whatwg.org/#utf-8-decode"><dfn id="dfn-utf-8-decode">UTF-8 decode</dfn></a></li> </ul> <p>The following terms are defined in the DOM specification: <a href="#refsDOM">[DOM]</a></p> <ul class="brief"> - <li><a href="http://dom.spec.whatwg.org/#document"><dfn id="dfn-document"><code>Document</code></dfn></a> + <li><a href="https://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> + <li><a href="https://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/#processinginstruction"><dfn id="dfn-processinginstruction"><code>ProcessingInstruction</code></dfn></a> + <li><a href="https://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/#dom-characterdata-data"><dfn id="dfn-data"><code>data</code></dfn></a> + <li><a href="https://dom.spec.whatwg.org/#text"><dfn id="dfn-text"><code>Text</code></dfn></a> interface</li> + <li><a href="https://dom.spec.whatwg.org/#dom-characterdata-data"><dfn id="dfn-data"><code>data</code></dfn></a> attribute</li> - <li><a href="http://dom.spec.whatwg.org/#dom-element-localname"><dfn id="dfn-localname"><code>localName</code></dfn></a> + <li><a href="https://dom.spec.whatwg.org/#dom-element-localname"><dfn id="dfn-localname"><code>localName</code></dfn></a> attribute</li> - <li><a href="http://dom.spec.whatwg.org/#dom-element-namespaceuri"><dfn id="dfn-namespaceuri"><code>namespaceURI</code></dfn></a> + <li><a href="https://dom.spec.whatwg.org/#dom-element-namespaceuri"><dfn id="dfn-namespaceuri"><code>namespaceURI</code></dfn></a> attribute</li> - <li><a href="http://dom.spec.whatwg.org/#dom-node-ownerdocument"><dfn id="dfn-ownerdocument"><code>ownerDocument</code></dfn></a> + <li><a href="https://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/#dom-processinginstruction-target"><dfn id="dfn-target"><code>target</code></dfn></a> + <li><a href="https://dom.spec.whatwg.org/#dom-processinginstruction-target"><dfn id="dfn-target"><code>target</code></dfn></a> attribute</li> - <li><a href="http://dom.spec.whatwg.org/#indexsizeerror"><dfn id="dfn-indexsizeerror"><code>IndexSizeError</code></dfn></a></li> </ul> <p>The following terms are defined in the HTML standard: <a href="#refsHTML5">[HTML5]</a></p> @@ -782,10 +781,10 @@ attribute</li> <li><a href="http://www.w3.org/html/wg/drafts/html/master/#attr-title"><dfn id="dfn-title"><code>title</code></dfn></a> attribute</li> - <li><a href="http://www.w3.org/html/wg/drafts/html/master/#script's-document"><dfn id="dfn-script-s-document">Script's + <li><a href="http://www.w3.org/html/wg/drafts/html/master/#responsible-document"><dfn id="dfn-responsible-document">Responsible document</dfn></a></li> - <li><a href="http://www.w3.org/html/wg/drafts/html/master/#entry-script"><dfn id="dfn-entry-script">Entry - script</dfn></a></li> + <li><a href="http://www.w3.org/html/wg/drafts/html/master/#entry-settings-object"><dfn id="dfn-entry-settings-object">Entry + settings object</dfn></a></li> <li><a href="http://www.w3.org/html/wg/drafts/html/master/#mime-type"><dfn id="dfn-mime-type">MIME type</dfn></a></li> <li><a href="http://www.w3.org/html/wg/drafts/html/master/#case-sensitive"><dfn id="dfn-case-sensitive">Case-sensitive</dfn></a></li> @@ -852,6 +851,12 @@ <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> + + <p>The following terms are defined in the Web IDL specification: <a href="#refsWEBIDL">[WEBIDL]</a></p> + + <ul> + <li><a href="http://heycam.github.io/webidl/#indexsizeerror"><dfn id="dfn-indexsizeerror"><code>IndexSizeError</code></dfn></a></li> + </ul> </section> </section> @@ -5476,10 +5481,10 @@ object represents. On setting, the <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> must be set to the new value.</p> <p>The <dfn title="VTTCue-getCueAsHTML" id="dfn-vttcue-getcueashtml"><code>getCueAsHTML()</code></dfn> method must convert - the <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> to a <a href="#dfn-documentfragment" class="internalDFN"><code>DocumentFragment</code></a> for the <a href="#dfn-script-s-document" class="internalDFN">script's - document</a> of the <a href="#dfn-entry-script" class="internalDFN">entry script</a> by applying the <a href="#dfn-webvtt-cue-text-dom-construction-rules" class="internalDFN">WebVTT cue text DOM construction - rules</a> to the result of applying the <a href="#dfn-webvtt-cue-text-parsing-rules" class="internalDFN">WebVTT cue text parsing rules</a> to the <a href="#dfn-text-track-cue-text" class="internalDFN">text - track cue text</a>.</p> + the <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a> to a <a href="#dfn-documentfragment" class="internalDFN"><code>DocumentFragment</code></a> for the <a href="#dfn-responsible-document" class="internalDFN">responsible + document</a> specified by the <a href="#dfn-entry-settings-object" class="internalDFN">entry settings object</a> by applying the <a href="#dfn-webvtt-cue-text-dom-construction-rules" class="internalDFN">WebVTT cue text + DOM construction rules</a> to the result of applying the <a href="#dfn-webvtt-cue-text-parsing-rules" class="internalDFN">WebVTT cue text parsing rules</a> to + the <a href="#dfn-text-track-cue-text" class="internalDFN">text track cue text</a>.</p> </section> @@ -5767,23 +5772,23 @@ 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H. Lie. W3C.</dd> <dt id="refsCSSCOLOR">[CSSCOLOR]</dt> - <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color Module Level 3</a></cite>, T. - Çelik, C. Lilley, L. Baron. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/csswg/css-color/">CSS Color Module Level 4</a></cite>, T. + Atkins Jr., C. Lilley, L. Baron. W3C.</dd> <dt id="refsCSSRUBY">[CSSRUBY]</dt> - <dd><cite><a href="http://dev.w3.org/csswg/css3-ruby/">CSS3 Ruby Module</a></cite>, R. Ishida. - W3C.</dd> + <dd><cite><a href="http://dev.w3.org/csswg/css-ruby/">CSS Ruby Layout Module Level 1</a></cite>, + E. Etemad, K. Ishii. W3C.</dd> <dt id="refsCSSVALUES">[CSSVALUES]</dt> - <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> + <dd><cite><a href="http://dev.w3.org/csswg/css-values/">CSS Values and Units Module Level + 3</a></cite>, T. Atkins Jr., fantasai, H. Lie. W3C.</dd> <dt id="refsDOM">[DOM]</dt> - <dd><cite><a href="http://dom.spec.whatwg.org/">W3C DOM 4</a></cite>, A. van Kesteren, A. - Gregor, Ms2ger. WHATWG.</dd> + <dd><cite><a href="https://dom.spec.whatwg.org/">DOM</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. + <dd><cite><a href="https://encoding.spec.whatwg.org/">Encoding</a></cite>, A. van Kesteren, J. Bell. WHATWG.</dd> <dt id="refsHTML">[HTML]</dt> @@ -5809,6 +5814,10 @@ <dd><cite><a href="http://www.w3.org/TR/selectors4/">Selectors</a></cite>, E. Etemad, T. Atkins Jr. W3C.</dd> + <dt id="refsWEBIDL">[WEBIDL]</dt> + <dd><cite><a href="http://heycam.github.io/webidl/">Web IDL</a></cite>, C. McCormack, B. + Zbarsky. W3C.</dd> + </dl> </section> @@ -5851,7 +5860,7 @@ </section> <div id="bug-ui" hidden=""> - <p>See a problem?<br>Select text and <a target="_blank" href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&amp;component=WebVTT&amp;bug_file_loc=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fwebvtt%2F">file a bug</a>!</p> + <p>See a problem?<br>Select text and <a target="_blank" href="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&amp;component=WebVTT&amp;bug_file_loc=http%3A%2F%2Fdev.w3.org%2Fhtml5%2Fwebvtt%2F">file a bug</a>!</p> </div>
Received on Sunday, 19 October 2014 01:56:41 UTC