[html5] r1491 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 27 01:59:45 PDT 2008
Author: ianh
Date: 2008-04-27 01:59:44 -0700 (Sun, 27 Apr 2008)
New Revision: 1491
Modified:
index
source
Log:
[giow] (2) postMessage() should fire on the window, not the document
Modified: index
===================================================================
--- index 2008-04-27 08:56:27 UTC (rev 1490)
+++ index 2008-04-27 08:59:44 UTC (rev 1491)
@@ -38537,13 +38537,10 @@
value, etc</p>
<li>
- <p>Dispatch the event created in the previous step at the <var
- title="">target</var> document.</p>
- <!-- XXX define this in terms
- of the event queue -->
- <p class=big-isue>Should we instead make this an event that bubbles and
- fire it at the 'body' element? It seems inconsistent to make it fire on
- document... Opinions?</p>
+ <p>Dispatch the event created in the previous step at the <code><a
+ href="#window">Window</a></code> object on which the method was invoked.</p>
+ <!-- XXX define this in terms of the event queue -->
+ <!-- XXX apply any body/window dispatch decisions here -->
</ol>
<p class=warning>Authors should check the <code
Modified: source
===================================================================
--- source 2008-04-27 08:56:27 UTC (rev 1490)
+++ source 2008-04-27 08:59:44 UTC (rev 1491)
@@ -36079,14 +36079,11 @@
<li>
- <p>Dispatch the event created in the previous step at the <var
- title="">target</var> document.</p> <!-- XXX define this in terms
- of the event queue -->
+ <p>Dispatch the event created in the previous step at the
+ <code>Window</code> object on which the method was invoked.</p>
+ <!-- XXX define this in terms of the event queue -->
+ <!-- XXX apply any body/window dispatch decisions here -->
- <p class="big-isue">Should we instead make this an event that
- bubbles and fire it at the 'body' element? It seems inconsistent
- to make it fire on document... Opinions?</p>
-
</li>
</ol>
More information about the Commit-Watchers
mailing list