[html5] r6976 - [giow] (0) Say when iframes' contentDocument and contentWindow attributes return [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 16:59:50 PST 2012


Author: ianh
Date: 2012-02-06 16:59:49 -0800 (Mon, 06 Feb 2012)
New Revision: 6976

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Say when iframes' contentDocument and contentWindow attributes return null.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15597
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-02-07 00:57:39 UTC (rev 6975)
+++ complete.html	2012-02-07 00:59:49 UTC (rev 6976)
@@ -25670,12 +25670,12 @@
   <p>The <dfn id=dom-iframe-contentdocument title=dom-iframe-contentDocument><code>contentDocument</code></dfn>
   IDL attribute must return the <code><a href=#document>Document</a></code> object of the
   <a href=#active-document>active document</a> of the <code><a href=#the-iframe-element>iframe</a></code> element's
-  <a href=#nested-browsing-context>nested browsing context</a>.</p>
+  <a href=#nested-browsing-context>nested browsing context</a>, if any, or null otherwise.</p>
 
   <p>The <dfn id=dom-iframe-contentwindow title=dom-iframe-contentWindow><code>contentWindow</code></dfn>
   IDL attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
   <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#nested-browsing-context>nested browsing
-  context</a>.</p>
+  context</a>, if any, or null otherwise.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2012-02-07 00:57:39 UTC (rev 6975)
+++ index	2012-02-07 00:59:49 UTC (rev 6976)
@@ -25670,12 +25670,12 @@
   <p>The <dfn id=dom-iframe-contentdocument title=dom-iframe-contentDocument><code>contentDocument</code></dfn>
   IDL attribute must return the <code><a href=#document>Document</a></code> object of the
   <a href=#active-document>active document</a> of the <code><a href=#the-iframe-element>iframe</a></code> element's
-  <a href=#nested-browsing-context>nested browsing context</a>.</p>
+  <a href=#nested-browsing-context>nested browsing context</a>, if any, or null otherwise.</p>
 
   <p>The <dfn id=dom-iframe-contentwindow title=dom-iframe-contentWindow><code>contentWindow</code></dfn>
   IDL attribute must return the <code><a href=#windowproxy>WindowProxy</a></code> object of the
   <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#nested-browsing-context>nested browsing
-  context</a>.</p>
+  context</a>, if any, or null otherwise.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2012-02-07 00:57:39 UTC (rev 6975)
+++ source	2012-02-07 00:59:49 UTC (rev 6976)
@@ -27611,13 +27611,13 @@
   title="dom-iframe-contentDocument"><code>contentDocument</code></dfn>
   IDL attribute must return the <code>Document</code> object of the
   <span>active document</span> of the <code>iframe</code> element's
-  <span>nested browsing context</span>.</p>
+  <span>nested browsing context</span>, if any, or null otherwise.</p>
 
   <p>The <dfn
   title="dom-iframe-contentWindow"><code>contentWindow</code></dfn>
   IDL attribute must return the <code>WindowProxy</code> object of the
   <code>iframe</code> element's <span>nested browsing
-  context</span>.</p>
+  context</span>, if any, or null otherwise.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list