Skip to content

Commit

Permalink
[e] (0) Tweak definition to heycam's wording.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14037

git-svn-id: http://svn.whatwg.org/webapps@6774 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2011
1 parent dab594b commit 591ea67
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -62622,9 +62622,6 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;

// legacy "interfaces"
readonly attribute object <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
};</pre>

<!-- for more features to add here, look here:
Expand Down Expand Up @@ -62679,8 +62676,10 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
<code><a href=#windowproxy>WindowProxy</a></code> object, if there is one, or null
otherwise.</p>

<hr><p>The <dfn id=htmldocument><code>HTMLDocument</code></dfn> IDL attribute must
return the <code><a href=#document>Document</a></code> interface prototype object.</p>
<hr><p>For historical reasons, <code><a href=#window>Window</a></code> objects must also
have a writable, configurable, non-enumerable property named
<dfn id=htmldocument><code>HTMLDocument</code></dfn> whose value is the
<code><a href=#document>Document</a></code> interface object.</p>

</div>

Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -62622,9 +62622,6 @@ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-window-onunload title=handler-window-onunload>onunload</a>;
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;

// legacy "interfaces"
readonly attribute object <a href=#htmldocument title=HTMLDocument>HTMLDocument</a>;
};</pre>

<!-- for more features to add here, look here:
Expand Down Expand Up @@ -62679,8 +62676,10 @@ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
<code><a href=#windowproxy>WindowProxy</a></code> object, if there is one, or null
otherwise.</p>

<hr><p>The <dfn id=htmldocument><code>HTMLDocument</code></dfn> IDL attribute must
return the <code><a href=#document>Document</a></code> interface prototype object.</p>
<hr><p>For historical reasons, <code><a href=#window>Window</a></code> objects must also
have a writable, configurable, non-enumerable property named
<dfn id=htmldocument><code>HTMLDocument</code></dfn> whose value is the
<code><a href=#document>Document</a></code> interface object.</p>

</div>

Expand Down
9 changes: 4 additions & 5 deletions source
Expand Up @@ -71088,9 +71088,6 @@ interface <dfn>Window</dfn> : <span>EventTarget</span> {
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-window-onunload">onunload</span>;
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onvolumechange">onvolumechange</span>;
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;

// legacy "interfaces"
readonly attribute object <span title="HTMLDocument">HTMLDocument</span>;
};</pre>

<!-- for more features to add here, look here:
Expand Down Expand Up @@ -71154,8 +71151,10 @@ interface <dfn>Window</dfn> : <span>EventTarget</span> {

<hr>

<p>The <dfn><code>HTMLDocument</code></dfn> IDL attribute must
return the <code>Document</code> interface prototype object.</p>
<p>For historical reasons, <code>Window</code> objects must also
have a writable, configurable, non-enumerable property named
<dfn><code>HTMLDocument</code></dfn> whose value is the
<code>Document</code> interface object.</p>

</div>

Expand Down

0 comments on commit 591ea67

Please sign in to comment.