Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@7845 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 22, 2013
1 parent 429f821 commit db487b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 19 April 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -64603,7 +64603,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>

<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>

Expand All @@ -64625,9 +64625,8 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
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
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -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 &mdash; Last Updated 19 April 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -64603,7 +64603,7 @@ END:VCARD</pre>

<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>

Expand All @@ -64625,9 +64625,8 @@ END:VCARD</pre>
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
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -72209,7 +72209,7 @@ END:VCARD</pre>

<dd>

<p>Returns the <span>active document</span>.</p>
<p>Returns the <code>Document</code> associated with <var title="">window</var>.</p>

</dd>

Expand All @@ -72234,9 +72234,8 @@ END:VCARD</pre>
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
Expand Down

0 comments on commit db487b9

Please sign in to comment.