html5/spec Overview.html,1.3709,1.3710

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3461

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4656)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3709
retrieving revision 1.3710
diff -u -d -r1.3709 -r1.3710
--- Overview.html	5 Feb 2010 20:09:54 -0000	1.3709
+++ Overview.html	5 Feb 2010 20:11:24 -0000	1.3710
@@ -46491,13 +46491,13 @@
   </dl><div class="impl">
 
   <p>The <dfn id="dom-document-activeelement" title="dom-document-activeElement"><code>activeElement</code></dfn>
-  attribute on <code>DocumentHTML</code> objects must return the
+  attribute on <code><a href="#htmldocument">HTMLDocument</a></code> objects must return the
   element in the document that is focused. If no element in the
   <code>Document</code> is focused, this must return <a href="#the-body-element">the body
   element</a>.</p>
 
   <p>The <dfn id="dom-document-hasfocus" title="dom-document-hasFocus"><code>hasFocus()</code></dfn> method
-  on <code>DocumentHTML</code> objects must return true if the
+  on <code><a href="#htmldocument">HTMLDocument</a></code> objects must return true if the
   document's <a href="#browsing-context">browsing context</a> is focused, and all its
   <a href="#ancestor-browsing-context" title="ancestor browsing context">ancestor browsing
   contexts</a> are also focused, and the <a href="#top-level-browsing-context">top-level browsing

Received on Friday, 5 February 2010 20:11:29 UTC