Skip to content

Commit

Permalink
[giow] (0) Say when iframes' contentDocument and contentWindow attrib…
Browse files Browse the repository at this point in the history
…utes return null.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15597
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6976 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 7, 2012
1 parent 54e8241 commit e07781a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -25670,12 +25670,12 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -25670,12 +25670,12 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -27611,13 +27611,13 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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>

Expand Down

0 comments on commit e07781a

Please sign in to comment.