Skip to content

Commit

Permalink
[giow] (2) Cover the case of document.defaultView when there's no bro…
Browse files Browse the repository at this point in the history
…wsing context.

git-svn-id: http://svn.whatwg.org/webapps@5403 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 30, 2010
1 parent 242da97 commit 357fce2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -58526,7 +58526,8 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
<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>

Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -58451,7 +58451,8 @@ interface <dfn id=window>Window</dfn> {
<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>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -66053,7 +66053,8 @@ interface <dfn>Window</dfn> {
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>

Expand Down

0 comments on commit 357fce2

Please sign in to comment.