- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 14 May 2014 23:22:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg In directory roscoe:/tmp/cvs-serv1814 Modified Files: Overview.html Log Message: Big editorial cleanup. No normative changes. (whatwg r8634) --- /sources/public/html5/postmsg/Overview.html 2014/04/30 00:04:32 1.170 +++ /sources/public/html5/postmsg/Overview.html 2014/05/14 23:22:00 1.171 @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-US-x-Hixie"><title>HTML5 Web Messaging</title><style type="text/css"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-GB-x-Hixie"><title>HTML5 Web Messaging</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -216,7 +216,7 @@ <h1>HTML5 Web Messaging</h1> - <h2 class="no-num no-toc" id="editor-s-draft-30-april-2014">Editor's Draft 30 April 2014</h2> + <h2 class="no-num no-toc" id="editor-s-draft-14-may-2014">Editor's Draft 14 May 2014</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -348,7 +348,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 April 2014 Editor's Draft. + This specification is the 14 May 2014 Editor's Draft. </p> @@ -554,28 +554,28 @@ </dl><div class="impl"> <p>The <dfn id="dom-messageevent-data" title="dom-MessageEvent-data"><code>data</code></dfn> attribute must return the value - it was initialized to. When the object is created, this attribute must be initialized to null. It + it was initialised to. When the object is created, this attribute must be initialised to null. It represents the message being sent.</p> <p>The <dfn id="dom-messageevent-origin" title="dom-MessageEvent-origin"><code>origin</code></dfn> attribute must return the - value it was initialized to. When the object is created, this attribute must be initialized to the + value it was initialised to. When the object is created, this attribute must be initialised to the empty string. It represents, in <span>server-sent events</span> and <a href="#web-messaging">cross-document messaging</a>, the <span>origin</span> of the document that sent the message (typically the scheme, hostname, and port of the document, but not its path or fragment identifier).</p> <p>The <dfn id="dom-messageevent-lasteventid" title="dom-MessageEvent-lastEventId"><code>lastEventId</code></dfn> attribute must - return the value it was initialized to. When the object is created, this attribute must be - initialized to the empty string. It represents, in <span>server-sent events</span>, the <span title="concept-event-stream-last-event-id">last event ID string</span> of the event source.</p> + return the value it was initialised to. When the object is created, this attribute must be + initialised to the empty string. It represents, in <span>server-sent events</span>, the <span title="concept-event-stream-last-event-id">last event ID string</span> of the event source.</p> <p>The <dfn id="dom-messageevent-source" title="dom-MessageEvent-source"><code>source</code></dfn> attribute must return the - value it was initialized to. When the object is created, this attribute must be initialized to + value it was initialised to. When the object is created, this attribute must be initialised to null. It represents, in <a href="#web-messaging">cross-document messaging</a>, the <code>WindowProxy</code> of the <span>browsing context</span> of the <code>Window</code> object from which the message came; and in the <code title="event-WorkerGlobalScope-connect">connect</code> events used by <span title="SharedWorkerGlobalScope">shared workers</span>, the newly connecting <code><a href="#messageport">MessagePort</a></code>.</p> <p>The <dfn id="dom-messageevent-ports" title="dom-MessageEvent-ports"><code>ports</code></dfn> attribute must return the - value it was initialized to. When the object is created, this attribute must be initialized to + value it was initialised to. When the object is created, this attribute must be initialised to null. It represents, in <a href="#web-messaging">cross-document messaging</a> and <a href="#channel-messaging">channel messaging</a>, the <code><a href="#messageport">MessagePort</a></code> array being sent, if any.</p> @@ -803,11 +803,11 @@ <li><p>Create a <span title="concept-events-trusted">trusted</span> event that uses the <code><a href="#messageevent">MessageEvent</a></code> interface, with the event type <code title="event-message">message</code>, which does not bubble, is not cancelable, and has no default action. The <code title="dom-MessageEvent-data"><a href="#dom-messageevent-data">data</a></code> attribute must be - initialized to the value of <var title="">message clone</var>, the <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute must be initialized to the <span title="Unicode serialization of an origin">Unicode serialization</span> of the - <span>origin</span> specified by the <span>incumbent settings object</span>, the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be initialized to the + initialised to the value of <var title="">message clone</var>, the <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute must be initialised to the <span title="Unicode serialization of an origin">Unicode serialization</span> of the + <span>origin</span> specified by the <span>incumbent settings object</span>, the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be initialised to the <code>WindowProxy</code> object corresponding to the <span>global object</span> (a <code>Window</code> object) specified by the <span>incumbent settings object</span>, 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.</li> + <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code> attribute must be initialised to the <var title="">new ports</var> array.</li> <li><p><span>Queue a task</span> to <span title="concept-event-dispatch">dispatch</span> the @@ -1116,9 +1116,9 @@ initially be false, and an <dfn id="concept-port-owner" title="concept-port-owner">owner</dfn>, which is a <span>settings object</span> set when the object is created, as described below.</p> - <p>When a port's <a href="#port-message-queue">port message queue</a> is enabled, the <span>event loop</span> must use - it as one of its <span title="task source">task sources</span>. When a port's <a href="#concept-port-owner" title="concept-port-owner">owner</a> specifies a <span>responsible event loop</span> that is a <span>browsing context</span> <span>event loop</span>, all <span title="concept-task">tasks</span> <span title="queue a task">queued</span> on its <a href="#port-message-queue">port + it as one of its <span title="task source">task sources</span>. When a port's <a href="#concept-port-owner" title="concept-port-owner">owner</a> specifies a <span>responsible event loop</span> that is a + <span>browsing context</span> <span>event loop</span>, all <span title="concept-task">tasks</span> <span title="queue a task">queued</span> on its <a href="#port-message-queue">port message queue</a> must be associated with the <span>responsible document</span> specified by the port's <a href="#concept-port-owner" title="concept-port-owner">owner</a>.</p> @@ -1191,12 +1191,10 @@ <li><p>Set <var title="">new port</var>'s <a href="#has-been-shipped">has been shipped</a> flag to true.</li> - <li><p>Move all the <span title="concept-task">tasks</span> that are to fire <code title="event-message">message</code> events in the <a href="#port-message-queue">port message queue</a> of <var title="">original port</var> to the <a href="#port-message-queue">port message queue</a> of <var title="">new port</var>, if any, leaving the <var title="">new port</var>'s <a href="#port-message-queue">port message queue</a> - in its initial disabled state, and, if the <var title="">new port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a> - specifies a <span>responsible event loop</span> that is a <span>browsing context</span> <span>event loop</span>, associating the moved <span title="concept-task">tasks</span> with the <span>responsible document</span> specified by <var title="">new port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a>.</li> - + in its initial disabled state, and, if the <var title="">new port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a> specifies a <span>responsible event loop</span> that is + a <span>browsing context</span> <span>event loop</span>, associating the moved <span title="concept-task">tasks</span> with the <span>responsible document</span> specified by <var title="">new port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a>.</li> @@ -1347,10 +1345,10 @@ default action.</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> + initialised to the value of <var title="">message clone</var>.</li> <li><p>Let the <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code> attribute of the event be - initialized to the <var title="">new ports</var> array.</li> + initialised to the <var title="">new ports</var> array.</li> <li><p>Add the event to the <a href="#port-message-queue">port message queue</a> of <var title="">target port</var>.</li>
Received on Wednesday, 14 May 2014 23:22:02 UTC