- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 01:38:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg In directory roscoe:/tmp/cvs-serv22746 Modified Files: Overview.html Log Message: Embrace the Encodings specification. (whatwg r7647) --- /sources/public/html5/postmsg/Overview.html 2012/12/04 23:56:04 1.132 +++ /sources/public/html5/postmsg/Overview.html 2013/01/24 01:38:49 1.133 @@ -216,7 +216,7 @@ <h1>HTML5 Web Messaging</h1> - <h2 class="no-num no-toc" id="editor-s-draft-4-december-2012">Editor's Draft 4 December 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-24-january-2013">Editor's Draft 24 January 2013</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 4 December 2012 Editor's Draft. + This specification is the 24 January 2013 Editor's Draft. </p> @@ -483,14 +483,8 @@ <h2 id="event-definitions"><span class="secno">3 </span>Event definitions</h2> - <p>Messages in <span>server-sent events</span>, <span>Web - sockets</span>, <a href="#web-messaging">cross-document messaging</a>, and - <a href="#channel-messaging">channel messaging</a> use the <dfn id="event-message" title="event-message"><code>message</code></dfn> event. - - <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a> - <a href="#refsWEBSOCKET">[WEBSOCKET]</a> - - </p> + <p>Messages in <span>server-sent events</span>, <span>Web sockets</span>, <a href="#web-messaging">cross-document + messaging</a>, and <a href="#channel-messaging">channel messaging</a> use the <dfn id="event-message" title="event-message"><code>message</code></dfn> event. </p> <p>The following interface is defined for this event:</p> @@ -1619,25 +1613,14 @@ <dl><dt id="refsDOM">[DOM]</dt> <dd><cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</dd> - <dt id="refsEVENTSOURCE">[EVENTSOURCE]</dt> - - <dd><cite><a href="http://dev.w3.org/html5/eventsource/">Server-Sent - Events</a></cite>, I. Hickson. W3C.</dd> - <dt id="refsHTML">[HTML]</dt> <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd> <dt id="refsRFC2119">[RFC2119]</dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in - RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> + <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> <dt id="refsWEBIDL">[WEBIDL]</dt> - - <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C.</dd> - - <dt id="refsWEBSOCKET">[WEBSOCKET]</dt> - <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> + <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd> </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2>
Received on Thursday, 24 January 2013 01:38:52 UTC