html5/postmsg Overview.html,1.108,1.109

Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv9626

Modified Files:
	Overview.html 
Log Message:
refs (whatwg r6747)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Overview.html	25 Oct 2011 00:01:19 -0000	1.108
+++ Overview.html	25 Oct 2011 03:11:01 -0000	1.109
@@ -762,7 +762,11 @@
     the script that invoked the method, the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be
     initialized to the <span>script's global object</span>'s
     <code>WindowProxy</code> object, and the <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code> attribute must be
-    initialized to the <var title="">new ports</var> array.</p> 
+    initialized to the <var title="">new ports</var> array.
+    
+    <a href="#refsHTML">[HTML]</a>
+    
+    </p> 
    </li>
 
    <li>
@@ -1131,7 +1135,11 @@
    steps.</li> 
    <li><p>Create an event that uses the <code><a href="#messageevent">MessageEvent</a></code>
    interface, with the name <code title="event-message"><a href="#event-message">message</a></code>, which does not bubble, is not
-   cancelable, and has no default action.</li>
+   cancelable, and has no default action.
+   
+   <a href="#refsHTML">[HTML]</a>
+   
+   </li>
 
    <li><p>Let the <code title="dom-MessageEvent-data"><a href="#dom-messageevent-data">data</a></code>
    attribute of the event be initialized to the value of <var title="">message clone</var>.</li>

Received on Tuesday, 25 October 2011 03:11:10 UTC