[html5] r6588 - [e] (0) looks like this attribute is specced now so we're good
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 23 16:54:20 PDT 2011
Author: ianh
Date: 2011-09-23 16:54:18 -0700 (Fri, 23 Sep 2011)
New Revision: 6588
Modified:
complete.html
index
source
Log:
[e] (0) looks like this attribute is specced now so we're good
Modified: complete.html
===================================================================
--- complete.html 2011-09-23 23:40:26 UTC (rev 6587)
+++ complete.html 2011-09-23 23:54:18 UTC (rev 6588)
@@ -61905,7 +61905,7 @@
<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>;
Modified: index
===================================================================
--- index 2011-09-23 23:40:26 UTC (rev 6587)
+++ index 2011-09-23 23:54:18 UTC (rev 6588)
@@ -61772,7 +61772,7 @@
<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>;
Modified: source
===================================================================
--- source 2011-09-23 23:40:26 UTC (rev 6587)
+++ source 2011-09-23 23:54:18 UTC (rev 6588)
@@ -70293,7 +70293,7 @@
<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>;
More information about the Commit-Watchers
mailing list