hixie: I guess technically Document isn't itself a Document. (whatwg r6726)

hixie: I guess technically Document isn't itself a Document. (whatwg
r6726)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5391&r2=1.5392&f=h
http://html5.org/tools/web-apps-tracker?from=6725&to=6726

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5391
retrieving revision 1.5392
diff -u -d -r1.5391 -r1.5392
--- Overview.html 21 Oct 2011 05:46:07 -0000 1.5391
+++ Overview.html 21 Oct 2011 16:42:29 -0000 1.5392
@@ -44411,7 +44411,7 @@
   [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 
   // legacy "interfaces"
-  readonly attribute <code><a href="#document">Document</a></code> <a href="#htmldocument" title="HTMLDocument">HTMLDocument</a>;
+  readonly attribute object <a href="#htmldocument" title="HTMLDocument">HTMLDocument</a>;
 };</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a href="#dom-window">window</a></code></dt>
    <dt><var title="">window</var> . <code title="dom-frames"><a href="#dom-frames">frames</a></code></dt>
    <dt><var title="">window</var> . <code title="dom-self"><a href="#dom-self">self</a></code></dt>

Received on Friday, 21 October 2011 16:42:54 UTC