[html5] r6774 - [e] (0) Tweak definition to heycam's wording. Fixing http://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 27 13:53:09 PDT 2011


Author: ianh
Date: 2011-10-27 13:53:08 -0700 (Thu, 27 Oct 2011)
New Revision: 6774

Modified:
   complete.html
   index
   source
Log:
[e] (0) Tweak definition to heycam's wording.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037

Modified: complete.html
===================================================================
--- complete.html	2011-10-27 20:51:12 UTC (rev 6773)
+++ complete.html	2011-10-27 20:53:08 UTC (rev 6774)
@@ -62622,9 +62622,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>
 
 <!-- for more features to add here, look here:
@@ -62679,8 +62676,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>
 

Modified: index
===================================================================
--- index	2011-10-27 20:51:12 UTC (rev 6773)
+++ index	2011-10-27 20:53:08 UTC (rev 6774)
@@ -62622,9 +62622,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>
 
 <!-- for more features to add here, look here:
@@ -62679,8 +62676,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>
 

Modified: source
===================================================================
--- source	2011-10-27 20:51:12 UTC (rev 6773)
+++ source	2011-10-27 20:53:08 UTC (rev 6774)
@@ -71088,9 +71088,6 @@
   [TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-window-onunload">onunload</span>;
   [TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onvolumechange">onvolumechange</span>;
   [TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;
-
-  // legacy "interfaces"
-  readonly attribute object <span title="HTMLDocument">HTMLDocument</span>;
 };</pre>
 
 <!-- for more features to add here, look here:
@@ -71154,8 +71151,10 @@
 
   <hr>
 
-  <p>The <dfn><code>HTMLDocument</code></dfn> IDL attribute must
-  return the <code>Document</code> interface prototype object.</p>
+  <p>For historical reasons, <code>Window</code> objects must also
+  have a writable, configurable, non-enumerable property named
+  <dfn><code>HTMLDocument</code></dfn> whose value is the
+  <code>Document</code> interface object.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list