[html5] r3064 - [e] (0) fix copypasta, add more xrefs

whatwg at whatwg.org whatwg at whatwg.org
Sat May 2 14:34:10 PDT 2009


Author: ianh
Date: 2009-05-02 14:34:09 -0700 (Sat, 02 May 2009)
New Revision: 3064

Modified:
   index
   source
Log:
[e] (0) fix copypasta, add more xrefs

Modified: index
===================================================================
--- index	2009-05-02 21:31:50 UTC (rev 3063)
+++ index	2009-05-02 21:34:09 UTC (rev 3064)
@@ -39549,7 +39549,7 @@
 
   </div>
 
-  <hr><dl class=domintro><dt><var title="">document</var> . <code title=dom-document-images><a href=#dom-document-images>images</a></code></dt>
+  <hr><dl class=domintro><dt><var title="">document</var> . <code title=dom-document-commands><a href=#dom-document-commands>commands</a></code></dt>
    <dd>
     <p>Returns an <code><a href=#htmlcollection-0>HTMLCollection</a></code> of the elements in the
     <code>Document</code> that define commands and have IDs.</p>
@@ -39560,8 +39560,7 @@
   <p>The <dfn id=dom-document-commands title=dom-document-commands><code>commands</code></dfn> attribute
   of the document's <code><a href=#htmldocument>HTMLDocument</a></code> interface must return an
   <code><a href=#htmlcollection-0>HTMLCollection</a></code> rooted at the <code>Document</code>
-  node, whose filter matches only elements that define commands and
-  have IDs.</p>
+  node, whose filter matches only elements that <a href=#concept-command title=concept-command>define commands</a> and have <a href=#command-facet-id title=command-facet-ID>IDs</a>.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2009-05-02 21:31:50 UTC (rev 3063)
+++ source	2009-05-02 21:34:09 UTC (rev 3064)
@@ -44552,7 +44552,7 @@
 
   <dl class="domintro">
 
-   <dt><var title="">document</var> . <code title="dom-document-images">images</code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-commands">commands</code></dt>
    <dd>
     <p>Returns an <code>HTMLCollection</code> of the elements in the
     <code>Document</code> that define commands and have IDs.</p>
@@ -44566,8 +44566,9 @@
   title="dom-document-commands"><code>commands</code></dfn> attribute
   of the document's <code>HTMLDocument</code> interface must return an
   <code>HTMLCollection</code> rooted at the <code>Document</code>
-  node, whose filter matches only elements that define commands and
-  have IDs.</p>
+  node, whose filter matches only elements that <span
+  title="concept-command">define commands</span> and have <span
+  title="command-facet-ID">IDs</span>.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list