- From: poot <cvsmail@w3.org>
- Date: Mon, 24 Oct 2011 23:11:22 -0400
- To: public-html-diffs@w3.org
postmsg; hixie: refs (whatwg r6747) http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.108&r2=1.109&f=h http://html5.org/tools/web-apps-tracker?from=6746&to=6747 =================================================================== 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:28 UTC