- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 16 Jul 2013 17:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory roscoe:/tmp/cvs-serv31093 Modified Files: Overview.html Log Message: Typo and cross-references fixes in a variety of sections in the spec. (whatwg r8062) --- /sources/public/html5/eventsource/Overview.html 2013/06/18 23:27:51 1.243 +++ /sources/public/html5/eventsource/Overview.html 2013/07/16 17:46:57 1.244 @@ -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>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="editor-s-draft-18-june-2013">Editor's Draft 18 June 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-16-july-2013">Editor's Draft 16 July 2013</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a></dd> <dt>Latest Editor's Draft:</dt> - <dd><a class="latest-link" href="http://dev.w3.org/html5/eventsource/">http://dev.w3.org/html5/eventsource/</a></dd> + <dd><a href="http://dev.w3.org/html5/eventsource/" class="latest-link">http://dev.w3.org/html5/eventsource/</a></dd> <dt>Previous Versions:</dt> @@ -281,13 +281,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="Server-Sent Events (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="Server-Sent Events (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"> @@ -309,7 +309,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> @@ -354,13 +354,13 @@ </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 18 June 2013 Editor's Draft. + This specification is the 16 July 2013 Editor's Draft. </p> <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 @@ -393,8 +393,8 @@ <ol> <li><a href="#text-event-stream"><span class="secno">11.1 </span><code>text/event-stream</code></a></li> <li><a href="#last-event-id"><span class="secno">11.2 </span><code>Last-Event-ID</code></a></ol></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="server-sent-events-intro"><span class="secno">1 </span>Introduction</h2> @@ -957,7 +957,7 @@ follows: <ol><li><p>Set the <a href="#concept-event-stream-last-event-id" title="concept-event-stream-last-event-id">last event ID - string</a> of the event source to value of the <var title="">last event ID</var> buffer. The buffer does not get reset, + string</a> of the event source to the value of the <var title="">last event ID</var> buffer. The buffer does not get reset, so the <a href="#concept-event-stream-last-event-id" title="concept-event-stream-last-event-id">last event ID string</a> of the event source remains set to this value until the next time it is set by the server.</li>
Received on Tuesday, 16 July 2013 17:46:59 UTC