html5/spec Overview.html,1.4018,1.4019

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8357

Modified Files:
	Overview.html 
Log Message:
Merge the two postMessage algorithsm back into one. (whatwg r5002)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4018
retrieving revision 1.4019
diff -u -d -r1.4018 -r1.4019
--- Overview.html	12 Apr 2010 22:36:41 -0000	1.4018
+++ Overview.html	12 Apr 2010 23:04:44 -0000	1.4019
@@ -41070,11 +41070,7 @@
 
   <ul><li>The <code title="dom-location"><a href="#dom-location">location</a></code> object
 
-   <li>The <code title="dom-window-postMessage-2">postMessage()</code>
-   method with two arguments
-
-   <li>The <code title="dom-window-postMessage-3">postMessage()</code>
-   method with three arguments
+   <li>The <code title="dom-window-postMessage">postMessage()</code> method
 
    <li>The <code title="dom-frames"><a href="#dom-frames">frames</a></code> attribute
 
@@ -41101,7 +41097,7 @@
 
    <p>For instance, if two frames containing <code><a href="#document">Document</a></code>s
    from different <a href="#origin" title="origin">origins</a> access the same
-   <code><a href="#window">Window</a></code> object's <code title="dom-window-postMessage-2">postMessage()</code> method, they
+   <code><a href="#window">Window</a></code> object's <code title="dom-window-postMessage">postMessage()</code> method, they
    will get distinct objects that are not equal.</p>
 
   </div>

Received on Monday, 12 April 2010 23:04:50 UTC