- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 05:11:35 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4656) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3709&r2=1.3710&f=h http://html5.org/tools/web-apps-tracker?from=4655&to=4656 =================================================================== 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:12:03 UTC