Skip to content

Commit

Permalink
[ao] (2) oops, forgot to say where the event then got dispatched
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@650 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 1, 2007
1 parent 2bf2e18 commit db1f0cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -28560,6 +28560,12 @@ Target: #image1
attribute must be set to the <code>Document</code> object representing
that document.

<p>The event must then be dispatched at the <code>Document</code> object
itself.</p>
<!-- XXX must ensure that postMessage() is accessible on
cross-domain Document objects but that the dispatchEvent() method is
not. -->

<p class=warning>Authors should check the <code
title=dom-MessageEvent-domain><a href="#domain3">domain</a></code>
attribute to ensure that messages are only accepted from domains that they
Expand Down
7 changes: 7 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26331,6 +26331,13 @@ Target: #image1
must be set to the <code>Document</code> object representing that
document.</p>

<p>The event must then be dispatched at the <code>Document</code>
object itself.</p>

<!-- XXX must ensure that postMessage() is accessible on
cross-domain Document objects but that the dispatchEvent() method is
not. -->

<p class="warning">Authors should check the <code
title="dom-MessageEvent-domain">domain</code> attribute to ensure
that messages are only accepted from domains that they expect to
Expand Down

0 comments on commit db1f0cc

Please sign in to comment.