- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 16:42:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv14162 Modified Files: Overview.html Log Message: I guess technically Document isn't itself a Document. (whatwg r6726) Index: Overview.html =================================================================== 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:35 UTC