[html5] r5523 - [giow] (2) Window is not OverrideBuiltins according to Adrian's testing. Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 27 18:33:18 PDT 2010
Author: ianh
Date: 2010-09-27 18:33:17 -0700 (Mon, 27 Sep 2010)
New Revision: 5523
Modified:
complete.html
index
source
Log:
[giow] (2) Window is not OverrideBuiltins according to Adrian's testing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10340
Modified: complete.html
===================================================================
--- complete.html 2010-09-27 23:54:13 UTC (rev 5522)
+++ complete.html 2010-09-28 01:33:17 UTC (rev 5523)
@@ -211,7 +211,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 27 September 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 28 September 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -58722,7 +58722,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>[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=10340 -->
+ <pre class=idl>[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn id=window>Window</dfn> {
// the current browsing context
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
Modified: index
===================================================================
--- index 2010-09-27 23:54:13 UTC (rev 5522)
+++ index 2010-09-28 01:33:17 UTC (rev 5523)
@@ -215,7 +215,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 27 September 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 28 September 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -58702,7 +58702,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>[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=10340 -->
+ <pre class=idl>[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn id=window>Window</dfn> {
// the current browsing context
readonly attribute <a href=#windowproxy>WindowProxy</a> <a href=#dom-window title=dom-window>window</a>;
Modified: source
===================================================================
--- source 2010-09-27 23:54:13 UTC (rev 5522)
+++ source 2010-09-28 01:33:17 UTC (rev 5523)
@@ -66354,7 +66354,7 @@
<h3>The <code>Window</code> object</h3>
- <pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=10340 -->
+ <pre class="idl">[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
interface <dfn>Window</dfn> {
// the current browsing context
readonly attribute <span>WindowProxy</span> <span title="dom-window">window</span>;
More information about the Commit-Watchers
mailing list