[html5] r6725 - [giow] (0) Fix HTMLDocument's definition. Oops. Fixing http://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 20 22:42:18 PDT 2011


Author: ianh
Date: 2011-10-20 22:42:16 -0700 (Thu, 20 Oct 2011)
New Revision: 6725

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Fix HTMLDocument's definition. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037

Modified: complete.html
===================================================================
--- complete.html	2011-10-21 02:53:31 UTC (rev 6724)
+++ complete.html	2011-10-21 05:42:16 UTC (rev 6725)
@@ -9224,8 +9224,6 @@
 
   <pre class=idl>[OverrideBuiltins]
 partial interface <a href=#document>Document</a> {
-  readonly attribute <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
-
   // <a href=#resource-metadata-management>resource metadata management</a>
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
@@ -9332,10 +9330,7 @@
   [TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
 };</pre>
 
-  <p>The <dfn id=htmldocument><code>HTMLDocument</code></dfn> IDL attribute must
-  return the <code><a href=#document>Document</a></code> object on which it is called.</p>
 
-
   <h4 id=security-document><span class=secno>3.1.2 </span>Security</h4>
 
   <p id=security>User agents <span class=impl>must</span> throw a
@@ -62518,6 +62513,9 @@
   [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 <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
 };</pre>
 
 <!-- for more features to add here, look here:
@@ -62572,6 +62570,9 @@
   <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>
+
   </div>
 
 

Modified: index
===================================================================
--- index	2011-10-21 02:53:31 UTC (rev 6724)
+++ index	2011-10-21 05:42:16 UTC (rev 6725)
@@ -9224,8 +9224,6 @@
 
   <pre class=idl>[OverrideBuiltins]
 partial interface <a href=#document>Document</a> {
-  readonly attribute <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
-
   // <a href=#resource-metadata-management>resource metadata management</a>
   [PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>] readonly attribute <a href=#location>Location</a>? <a href=#dom-document-location title=dom-document-location>location</a>;
   readonly attribute DOMString <a href=#dom-document-url title=dom-document-URL>URL</a>;
@@ -9332,10 +9330,7 @@
   [TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
 };</pre>
 
-  <p>The <dfn id=htmldocument><code>HTMLDocument</code></dfn> IDL attribute must
-  return the <code><a href=#document>Document</a></code> object on which it is called.</p>
 
-
   <h4 id=security-document><span class=secno>3.1.2 </span>Security</h4>
 
   <p id=security>User agents <span class=impl>must</span> throw a
@@ -62518,6 +62513,9 @@
   [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 <code><a href=#document>Document</a></code> <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
 };</pre>
 
 <!-- for more features to add here, look here:
@@ -62572,6 +62570,9 @@
   <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>
+
   </div>
 
 

Modified: source
===================================================================
--- source	2011-10-21 02:53:31 UTC (rev 6724)
+++ source	2011-10-21 05:42:16 UTC (rev 6725)
@@ -9251,8 +9251,6 @@
 
   <pre class="idl">[OverrideBuiltins]
 partial interface <span>Document</span> {
-  readonly attribute <code>Document</code> <span title="HTMLDocument">HTMLDocument</span>;
-
   // <span>resource metadata management</span>
   [PutForwards=<span title="dom-location-href">href</span>] readonly attribute <span>Location</span>? <span title="dom-document-location">location</span>;
   readonly attribute DOMString <span title="dom-document-URL">URL</span>;
@@ -9359,10 +9357,7 @@
   [TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onreadystatechange">onreadystatechange</span>;
 };</pre>
 
-  <p>The <dfn><code>HTMLDocument</code></dfn> IDL attribute must
-  return the <code>Document</code> object on which it is called.</p>
 
-
   <h4 id="security-document">Security</h4>
 
   <p id="security">User agents <span class="impl">must</span> throw a
@@ -70970,6 +70965,9 @@
   [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 <code>Document</code> <span title="HTMLDocument">HTMLDocument</span>;
 };</pre>
 
 <!-- for more features to add here, look here:
@@ -71031,6 +71029,11 @@
   <code>WindowProxy</code> object, if there is one, or null
   otherwise.</p>
 
+  <hr>
+
+  <p>The <dfn><code>HTMLDocument</code></dfn> IDL attribute must
+  return the <code>Document</code> interface prototype object.</p>
+
   </div>
 
 




More information about the Commit-Watchers mailing list