Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Compatibility with Gecko/Webkit and apparently some legacy…
… sites.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13403

git-svn-id: http://svn.whatwg.org/webapps@6576 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2011
1 parent f70b9bb commit 4e891fc
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 @@ -61908,7 +61908,7 @@ <h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>
interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
// the current browsing context
[Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
[Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
[Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -61775,7 +61775,7 @@ END:VCARD</pre>
interface <dfn id=window>Window</dfn> : <a href=#eventtarget>EventTarget</a> {
// the current browsing context
[Unforgeable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
[Replaceable] readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-self title=dom-self>self</a>;
[Unforgeable] readonly attribute <a href=#document>Document</a> <a href=#dom-document title=dom-document>document</a>;
attribute DOMString <a href=#dom-name title=dom-name>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
[PutForwards=<a href=#dom-location-href title=dom-location-href>href</a>, Unforgeable] readonly attribute <a href=#location>Location</a> <a href=#dom-location title=dom-location>location</a>;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -70286,7 +70286,7 @@ END:VCARD</pre>
interface <dfn>Window</dfn> : <span>EventTarget</span> {
// the current browsing context
[Unforgeable] readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
[Replaceable] readonly attribute <span>WindowProxy</span> <span title="dom-self">self</span>;
[Unforgeable] readonly attribute <span>Document</span> <span title="dom-document">document</span>;
attribute DOMString <span title="dom-name">name</span>; <!-- not [Replaceable] per WebKit and IE8 -->
[PutForwards=<span title="dom-location-href">href</span>, Unforgeable] readonly attribute <span>Location</span> <span title="dom-location">location</span>;
Expand Down

0 comments on commit 4e891fc

Please sign in to comment.