- From: poot <cvsmail@w3.org>
- Date: Mon, 13 Jul 2009 20:16:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Fix use of <i>, <em>, punctuation. Add note to <em> section. (whatwg r3394) http://dev.w3.org/cvsweb/html5/websockets/Overview.html?r1=1.86&r2=1.87&f=h http://html5.org/tools/web-apps-tracker?from=3393&to=3394 =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Overview.html 13 Jul 2009 03:15:30 -0000 1.86 +++ Overview.html 13 Jul 2009 11:16:24 -0000 1.87 @@ -268,7 +268,7 @@ <ol> <li><a href="#garbage-collection"><span class="secno">5.1 </span>Garbage collection</a></ol></li> <li><a class="no-num" href="#references">References</a></ol> -<!--end-toc--><hr><h2 id="network-intro"><span class="secno">1 </span>Introduction</h2><p><em>This section is non-normative.</em><p>To enable Web applications to maintain bidirectional +<!--end-toc--><hr><h2 id="network-intro"><span class="secno">1 </span>Introduction</h2><p><i>This section is non-normative.</i><p>To enable Web applications to maintain bidirectional communications with server-side processes, this specification introduces the <code><a href="#websocket">WebSocket</a></code> interface.<p class="note">This interface does not allow for raw access to the underlying network. For example, this interface could not be used to
Received on Monday, 13 July 2009 11:17:18 UTC