[html5] r4656 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8637

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 5 12:11:20 PST 2010


Author: ianh
Date: 2010-02-05 12:11:18 -0800 (Fri, 05 Feb 2010)
New Revision: 4656

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8637

Modified: complete.html
===================================================================
--- complete.html	2010-02-05 20:09:49 UTC (rev 4655)
+++ complete.html	2010-02-05 20:11:18 UTC (rev 4656)
@@ -60324,13 +60324,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

Modified: index
===================================================================
--- index	2010-02-05 20:09:49 UTC (rev 4655)
+++ index	2010-02-05 20:11:18 UTC (rev 4656)
@@ -59527,13 +59527,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

Modified: source
===================================================================
--- source	2010-02-05 20:09:49 UTC (rev 4655)
+++ source	2010-02-05 20:11:18 UTC (rev 4656)
@@ -69404,14 +69404,14 @@
 
   <p>The <dfn
   title="dom-document-activeElement"><code>activeElement</code></dfn>
-  attribute on <code>DocumentHTML</code> objects must return the
+  attribute on <code>HTMLDocument</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 <span>the body
   element</span>.</p>
 
   <p>The <dfn
   title="dom-document-hasFocus"><code>hasFocus()</code></dfn> method
-  on <code>DocumentHTML</code> objects must return true if the
+  on <code>HTMLDocument</code> objects must return true if the
   document's <span>browsing context</span> is focused, and all its
   <span title="ancestor browsing context">ancestor browsing
   contexts</span> are also focused, and the <span>top-level browsing




More information about the Commit-Watchers mailing list