Skip to content

Commit

Permalink
[e] (0) looks like this attribute is specced now so we're good
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6588 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2011
1 parent 9015f62 commit 72f453d
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 @@ -61905,7 +61905,7 @@ <h4 id=browsing-context-names><span class=secno>6.1.6 </span>Browsing context na

<h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>Window</a></code> object</h3>

<pre class=idl>[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
<pre class=idl>[ReplaceableNamedProperties]
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>;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -61772,7 +61772,7 @@ END:VCARD</pre>

<h3 id=the-window-object><span class=secno>6.2 </span>The <code><a href=#window>Window</a></code> object</h3>

<pre class=idl>[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
<pre class=idl>[ReplaceableNamedProperties]
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>;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -70293,7 +70293,7 @@ END:VCARD</pre>

<h3>The <code>Window</code> object</h3>

<pre class="idl">[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
<pre class="idl">[ReplaceableNamedProperties]
interface <dfn>Window</dfn> : <span>EventTarget</span> {
// the current browsing context
[Unforgeable] readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
Expand Down

0 comments on commit 72f453d

Please sign in to comment.