[html5] r7845 - [giow] (3) Match reality better. (Turns out parts of the spec already assumed th [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 22 10:40:34 PDT 2013


Author: ianh
Date: 2013-04-22 10:40:33 -0700 (Mon, 22 Apr 2013)
New Revision: 7845

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match reality better. (Turns out parts of the spec already assumed this was defined this way anyway.)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20379
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-04-21 00:31:38 UTC (rev 7844)
+++ complete.html	2013-04-22 17:40:33 UTC (rev 7845)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 April 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 22 April 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -64603,7 +64603,7 @@
 
    <dd>
 
-    <p>Returns the <a href=#active-document>active document</a>.</p>
+    <p>Returns the <code><a href=#document>Document</a></code> associated with <var title="">window</var>.</p>
 
    </dd>
 
@@ -64625,9 +64625,8 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
-  <code><a href=#document>Document</a></code> object of the <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s
-  <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a>.</p>
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
   <code><a href=#document>Document</a></code> interface must return the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing

Modified: index
===================================================================
--- index	2013-04-21 00:31:38 UTC (rev 7844)
+++ index	2013-04-22 17:40:33 UTC (rev 7845)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 April 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 22 April 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -64603,7 +64603,7 @@
 
    <dd>
 
-    <p>Returns the <a href=#active-document>active document</a>.</p>
+    <p>Returns the <code><a href=#document>Document</a></code> associated with <var title="">window</var>.</p>
 
    </dd>
 
@@ -64625,9 +64625,8 @@
   IDL attributes must all return the <code><a href=#window>Window</a></code> object's <a href=#browsing-context>browsing context</a>'s
   <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
 
-  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return the
-  <code><a href=#document>Document</a></code> object of the <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code>'s
-  <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a>.</p>
+  <p>The <dfn id=dom-document-0 title=dom-document><code>document</code></dfn> IDL attribute must return
+  <code><a href=#window>Window</a></code> object's <code><a href=#document>Document</a></code> object.</p>
 
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL attribute of the
   <code><a href=#document>Document</a></code> interface must return the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing

Modified: source
===================================================================
--- source	2013-04-21 00:31:38 UTC (rev 7844)
+++ source	2013-04-22 17:40:33 UTC (rev 7845)
@@ -72209,7 +72209,7 @@
 
    <dd>
 
-    <p>Returns the <span>active document</span>.</p>
+    <p>Returns the <code>Document</code> associated with <var title="">window</var>.</p>
 
    </dd>
 
@@ -72234,9 +72234,8 @@
   IDL attributes must all return the <code>Window</code> object's <span>browsing context</span>'s
   <code>WindowProxy</code> object.</p>
 
-  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return the
-  <code>Document</code> object of the <code>Window</code> object's <code>Document</code>'s
-  <span>browsing context</span>'s <span>active document</span>.</p>
+  <p>The <dfn title="dom-document"><code>document</code></dfn> IDL attribute must return
+  <code>Window</code> object's <code>Document</code> object.</p>
 
   <p>The <dfn title="dom-document-defaultView"><code>defaultView</code></dfn> IDL attribute of the
   <code>Document</code> interface must return the <code>Document</code>'s <span>browsing




More information about the Commit-Watchers mailing list