- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 26 Jul 2013 17:57:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory roscoe:/tmp/cvs-serv6976 Modified Files: Overview.html Log Message: Try to tighten up text around event handlers (whatwg r8091) --- /sources/public/html5/websockets/Overview.html 2013/04/23 22:55:21 1.299 +++ /sources/public/html5/websockets/Overview.html 2013/07/26 17:57:15 1.300 @@ -192,7 +192,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><meta content="noindex" name="robots"><script type="text/javascript"> + </style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"><meta content="noindex" name="robots"><script type="text/javascript"> function getCookie(name) { var params = location.search.substr(1).split("&"); for (var index = 0; index < params.length; index++) { @@ -212,15 +212,15 @@ } </script><body> <div class="head" id="head"> - <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> + <p><a href="http://www.w3.org/"><img width="72" src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48"></a></p> <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-23-april-2013">Editor's Draft 23 April 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-26-july-2013">Editor's Draft 26 July 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a></dd> <dt>Latest Editor's Draft:</dt> - <dd><a class="latest-link" href="http://dev.w3.org/html5/websockets/">http://dev.w3.org/html5/websockets/</a></dd> + <dd><a href="http://dev.w3.org/html5/websockets/" class="latest-link">http://dev.w3.org/html5/websockets/</a></dd> <dt>Previous Versions:</dt> @@ -277,13 +277,13 @@ <form action="http://www.whatwg.org/specs/web-apps/current-work/file-spam.cgi" method="post"> <fieldset><legend>Feedback Comments</legend> - <input name="id" type="hidden" value="top"><input name="component" type="hidden" value="WebSocket API (editor: Ian Hickson)"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully + <input value="top" name="id" type="hidden"><input value="WebSocket API (editor: Ian Hickson)" name="component" type="hidden"><input value="html" name="response" type="hidden"><p><label for="feedbackBox">Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. If you're suggesting a new feature, it's really important to say <em>what</em> the problem you're trying to solve is. That's more important than the solution, in fact.</label></p> - <p><textarea cols="79" id="feedbackBox" name="text" rows="10"></textarea></p> + <p><textarea name="text" rows="10" id="feedbackBox" cols="79"></textarea></p> <p class="note">Please don't use section numbers as these tend to change rapidly and make your feedback harder to understand.</p> <script type="text/javascript"> @@ -305,7 +305,7 @@ } } </script><p> - <input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address and user agent will be publicly recorded for spam prevention purposes.)</small> + <input value="Submit feedback" onclick="return checkFeedbackForm(form)" type="submit"><small>(Note: Your IP address and user agent will be publicly recorded for spam prevention purposes.)</small> </p> </fieldset></form> @@ -350,7 +350,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 23 April 2013 Editor's Draft. + This specification is the 26 July 2013 Editor's Draft. </p> @@ -360,7 +360,7 @@ <ul><li>RFC 6455: The WebSocket Protocol: <a href="http://tools.ietf.org/html/rfc6455">http://tools.ietf.org/html/rfc6455</a></li> </ul><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 - February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of + February 2004 W3C Patent Policy</a>. W3C maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/42538/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the @@ -371,7 +371,7 @@ <p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 - February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of + February 2004 W3C Patent Policy</a>. W3C maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/42538/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the @@ -395,8 +395,8 @@ <li><a href="#parsing-websocket-urls"><span class="secno">7 </span>Parsing WebSocket URLs</a></li> <li><a href="#event-definitions"><span class="secno">8 </span>Event definitions</a></li> <li><a href="#garbage-collection"><span class="secno">9 </span>Garbage collection</a></li> - <li><a class="no-num" href="#references">References</a></li> - <li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol> + <li><a href="#references" class="no-num">References</a></li> + <li><a href="#acknowledgements" class="no-num">Acknowledgements</a></ol> <hr><h2 id="network-intro"><span class="secno">1 </span>Introduction</h2> @@ -868,7 +868,7 @@ </dd> </dl><hr><p>The following are the <span>event handlers</span> (and their corresponding <span title="event - handler event type">event handler event types</span>) that must be supported, as IDL attributes, + handler event type">event handler event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by all objects implementing the <code><a href="#websocket">WebSocket</a></code> interface:</p> <table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>
Received on Friday, 26 July 2013 17:57:16 UTC