- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 02 May 2009 21:34:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15590
Modified Files:
Overview.html
Log Message:
fix copypasta, add more xrefs (whatwg r3064)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2222
retrieving revision 1.2223
diff -u -d -r1.2222 -r1.2223
--- Overview.html 2 May 2009 21:31:57 -0000 1.2222
+++ Overview.html 2 May 2009 21:34:14 -0000 1.2223
@@ -35243,7 +35243,7 @@
exposed by the <code title="dom-hidden"><a href="#dom-hidden">hidden</a></code> DOM
attribute.</p>
- </div><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a href="#dom-document-images">images</a></code></dt>
+ </div><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>
@@ -35254,8 +35254,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><div class="impl">
Received on Saturday, 2 May 2009 21:34:26 UTC