- From: poot <cvsmail@w3.org>
- Date: Thu, 27 Oct 2011 16:57:36 -0400
- To: public-html-diffs@w3.org
hixie: Tweak definition to heycam's wording. (whatwg r6774) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5422&r2=1.5423&f=h http://html5.org/tools/web-apps-tracker?from=6773&to=6774 =================================================================== 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:42 UTC