Skip to content

Commit

Permalink
[giow] (0) I guess technically Document isn't itself a Document.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6726 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2011
1 parent 6444060 commit d948c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -62515,7 +62515,7 @@ <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-onwaiting title=handler-onwaiting>onwaiting</a>;

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

<!-- for more features to add here, look here:
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -62515,7 +62515,7 @@ interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
[TreatNonCallableAsNull] attribute <a href=#function>Function</a>? <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;

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

<!-- for more features to add here, look here:
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -70967,7 +70967,7 @@ interface <dfn>Window</dfn> : <span>EventTarget</span> {
[TreatNonCallableAsNull] attribute <span>Function</span>? <span title="handler-onwaiting">onwaiting</span>;

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

<!-- for more features to add here, look here:
Expand Down

0 comments on commit d948c71

Please sign in to comment.