CVS html5/webvtt

Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv4168

Modified Files:
	Overview.html 
Log Message:
Sync WebVTT with Git commit 26f8c1001db5da0e192cd4f25b2b07305d541cf4

--- /sources/public/html5/webvtt/Overview.html	2014/05/19 12:27:33	1.136
+++ /sources/public/html5/webvtt/Overview.html	2014/05/20 08:29:48	1.137
@@ -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-19-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-19">19 May 2014</time></h2>
+  <h2 id="draft-community-group-specification-20-may-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-05-20">20 May 2014</time></h2>
   <dl>
     
     
@@ -642,9 +642,13 @@
   <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> 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/#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> attribute</li>
+   <li><a href="http://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> attribute</li>
+   <li><a href="http://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>
 
@@ -653,6 +657,9 @@
   <ul class="brief">
    <li><a href="http://www.w3.org/html/wg/drafts/html/master/#html-elements"><dfn id="dfn-html-elements">HTML elements</dfn></a></li>
    <li><a href="http://www.w3.org/html/wg/drafts/html/master/#htmlelement"><dfn id="dfn-htmlelement"><code>HTMLElement</code></dfn></a> interface</li>
+   <li><a href="http://www.w3.org/html/wg/drafts/html/master/#attr-class"><dfn id="dfn-class"><code>class</code></dfn></a> attribute</li>
+   <li><a href="http://www.w3.org/html/wg/drafts/html/master/#attr-lang"><dfn id="dfn-lang"><code>lang</code></dfn></a> 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 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/#mime-type"><dfn id="dfn-mime-type">MIME type</dfn></a></li>
@@ -1219,7 +1226,7 @@
   <ol>
 
    <li>
-    Optionally (required if <var>hour</var> is non-zero):
+    Optionally (required if <var>hours</var> is non-zero):
 
     <ol>
 
@@ -3828,51 +3835,52 @@
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-class-object" class="internalDFN">WebVTT Class Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>span</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>span</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-italic-object" class="internalDFN">WebVTT Italic Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>i</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>i</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-bold-object" class="internalDFN">WebVTT Bold Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>b</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>b</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-underline-object" class="internalDFN">WebVTT Underline Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>u</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>u</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-ruby-object" class="internalDFN">WebVTT Ruby Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>ruby</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>ruby</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-ruby-text-object" class="internalDFN">WebVTT Ruby Text Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>rt</code>".</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>rt</code>".</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-voice-object" class="internalDFN">WebVTT Voice Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>span</code>", and a <code title="attr-title">title</code> attribute set to the <a href="#dfn-webvtt-voice-object" class="internalDFN">WebVTT Voice Object</a>'s value.</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>span</code>", and a <a href="#dfn-title" class="internalDFN"><code>title</code></a> attribute set to the <a href="#dfn-webvtt-voice-object" class="internalDFN">WebVTT Voice Object</a>'s value.</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-language-object" class="internalDFN">WebVTT Language Object</a></td>
-     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <code title="dom-Node-localName">localName</code> "<code>span</code>", and a <code title="attr-lang">lang</code> attribute set to the <a href="#dfn-webvtt-language-object" class="internalDFN">WebVTT Language Object</a>'s <a title="WebVTT Node Object's applicable language" href="#dfn-webvtt-node-object-s-applicable-language" class="internalDFN">applicable language</a>.</td>
+     <td><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> element node with <a href="#dfn-localname" class="internalDFN"><code>localName</code></a> "<code>span</code>", and a <a href="#dfn-lang" class="internalDFN"><code>lang</code></a> attribute set to the <a href="#dfn-webvtt-language-object" class="internalDFN">WebVTT Language Object</a>'s <a title="WebVTT Node Object's applicable language" href="#dfn-webvtt-node-object-s-applicable-language" class="internalDFN">applicable language</a>.</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-text-object" class="internalDFN">WebVTT Text Object</a></td>
-     <td><a href="#dfn-text" class="internalDFN"><code>Text</code></a> node whose character data is the value of the <a href="#dfn-webvtt-text-object" class="internalDFN">WebVTT Text Object</a>.</td>
+     <td><a href="#dfn-text" class="internalDFN"><code>Text</code></a> node whose <a href="#dfn-data" class="internalDFN"><code>data</code></a> is the value of the <a href="#dfn-webvtt-text-object" class="internalDFN">WebVTT Text Object</a>.</td>
     </tr>
     <tr>
      <td><a href="#dfn-webvtt-timestamp-object" class="internalDFN">WebVTT Timestamp Object</a></td>
-     <td><a href="#dfn-processinginstruction" class="internalDFN"><code>ProcessingInstruction</code></a> node whose <code title="dom-ProcessingInstruction-target">target</code> is "<code>timestamp</code>" and whose <code title="dom-ProcessingInstruction-data">data</code> is a <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> representing the value of the <a href="#dfn-webvtt-timestamp-object" class="internalDFN">WebVTT Timestamp Object</a>, with all optional components included, with one leading zero if the <var>hours</var> component is less than ten, and with no leading zeros otherwise.</td>
+     <td><a href="#dfn-processinginstruction" class="internalDFN"><code>ProcessingInstruction</code></a> node whose <a href="#dfn-target" class="internalDFN"><code>target</code></a> is "<code>timestamp</code>" and whose <a href="#dfn-data" class="internalDFN"><code>data</code></a> is a <a href="#dfn-webvtt-timestamp" class="internalDFN">WebVTT timestamp</a> representing the value of the <a href="#dfn-webvtt-timestamp-object" class="internalDFN">WebVTT Timestamp Object</a>, with all optional components included, with one leading zero if the <var>hours</var> component is less than ten, and with no leading zeros otherwise.</td>
     </tr>
    </tbody>
   </table>
 
   <p><a href="#dfn-htmlelement" class="internalDFN"><code>HTMLElement</code></a> nodes created as part of the mapping described above must have their
-  <code title="dom-Node-namespaceURI">namespaceURI</code> set to the <a href="#dfn-html-namespace" class="internalDFN">HTML namespace</a>,
+  <a href="#dfn-namespaceuri" class="internalDFN"><code>namespaceURI</code></a> set to the <a href="#dfn-html-namespace" class="internalDFN">HTML namespace</a>,
   and, if the corresponding <a href="#dfn-webvtt-internal-node-object" class="internalDFN">WebVTT Internal Node Object</a> has any <a title="WebVTT
-  Node Object's applicable classes" href="#dfn-webvtt-node-object-s-applicable-classes" class="internalDFN">applicable classes</a>, must have a <code title="attr-class">class</code> attribute set to the string obtained by concatenating all those
+  Node Object's applicable classes" href="#dfn-webvtt-node-object-s-applicable-classes" class="internalDFN">applicable classes</a>, must have a
+  <a href="#dfn-class" class="internalDFN"><code>class</code></a> attribute set to the string obtained by concatenating all those
   classes, each separated from the next by a single U+0020 SPACE character.</p>
 
   <p>The <a href="#dfn-ownerdocument" class="internalDFN"><code>ownerDocument</code></a>

Received on Tuesday, 20 May 2014 08:29:49 UTC