- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Oct 2011 20:57:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21542 Modified Files: Overview.html Log Message: Tweak definition to heycam's wording. (whatwg r6774) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5422 retrieving revision 1.5423 diff -u -d -r1.5422 -r1.5423 --- Overview.html 27 Oct 2011 20:55:24 -0000 1.5422 +++ Overview.html 27 Oct 2011 20:57:21 -0000 1.5423 @@ -44407,9 +44407,6 @@ [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#handler-window-onunload" title="handler-window-onunload">onunload</a>; [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; [TreatNonCallableAsNull] attribute <a href="#function">Function</a>? <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>; - - // legacy "interfaces" - 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> @@ -44455,8 +44452,10 @@ <code><a href="#windowproxy">WindowProxy</a></code> object, if there is one, or null otherwise.</p> - <hr><p>The <dfn id="htmldocument"><code>HTMLDocument</code></dfn> IDL attribute must - return the <code><a href="#document">Document</a></code> interface prototype object.</p> + <hr><p>For historical reasons, <code><a href="#window">Window</a></code> objects must also + have a writable, configurable, non-enumerable property named + <dfn id="htmldocument"><code>HTMLDocument</code></dfn> whose value is the + <code><a href="#document">Document</a></code> interface object.</p> </div><div class="impl">
Received on Thursday, 27 October 2011 20:57:30 UTC