[html5] r5403 - [giow] (2) Cover the case of document.defaultView when there's no browsing context.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 30 16:42:04 PDT 2010


Author: ianh
Date: 2010-08-30 16:42:02 -0700 (Mon, 30 Aug 2010)
New Revision: 5403

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Cover the case of document.defaultView when there's no browsing context.

Modified: complete.html
===================================================================
--- complete.html	2010-08-30 18:50:40 UTC (rev 5402)
+++ complete.html	2010-08-30 23:42:02 UTC (rev 5403)
@@ -58526,7 +58526,8 @@
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL
   attribute of the <code><a href=#htmldocument>HTMLDocument</a></code> interface must return the
   <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing context</a>'s
-  <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
+  <code><a href=#windowproxy>WindowProxy</a></code> object, if there is one, or null
+  otherwise.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2010-08-30 18:50:40 UTC (rev 5402)
+++ index	2010-08-30 23:42:02 UTC (rev 5403)
@@ -58451,7 +58451,8 @@
   <p>The <dfn id=dom-document-defaultview title=dom-document-defaultView><code>defaultView</code></dfn> IDL
   attribute of the <code><a href=#htmldocument>HTMLDocument</a></code> interface must return the
   <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing context</a>'s
-  <code><a href=#windowproxy>WindowProxy</a></code> object.</p>
+  <code><a href=#windowproxy>WindowProxy</a></code> object, if there is one, or null
+  otherwise.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2010-08-30 18:50:40 UTC (rev 5402)
+++ source	2010-08-30 23:42:02 UTC (rev 5403)
@@ -66053,7 +66053,8 @@
   title="dom-document-defaultView"><code>defaultView</code></dfn> IDL
   attribute of the <code>HTMLDocument</code> interface must return the
   <code>Document</code>'s <span>browsing context</span>'s
-  <code>WindowProxy</code> object.</p>
+  <code>WindowProxy</code> object, if there is one, or null
+  otherwise.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list