hixie: Merge the two postMessage algorithsm back into one. (whatwg r5002)

hixie: Merge the two postMessage algorithsm back into one. (whatwg
r5002)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4018&r2=1.4019&f=h
http://html5.org/tools/web-apps-tracker?from=5001&to=5002

===================================================================
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:05:38 UTC