- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 04:11:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv18836
Modified Files:
Overview.html
Log Message:
typos (credit: avk) (whatwg r2998)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.html 26 Apr 2009 23:29:01 -0000 1.28
+++ Overview.html 27 Apr 2009 04:11:26 -0000 1.29
@@ -147,7 +147,7 @@
<h1>Server-Sent Events</h1>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 27 April 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -213,7 +213,7 @@
specification's progress along the W3C Recommendation track.
<!--ZZZ:-->
<!-- This specification is the 23 April 2009 Working Draft. -->
- This specification is the 26 April 2009 Editor's Draft.
+ This specification is the 27 April 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- required patent boilerplate --><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
@@ -546,7 +546,7 @@
<dt>If the field name is "retry"</dt>
<dd><p>If the field value consists of only characters in the range
- U+0030 DIGIT ZERO ('0') U+0039 DIGIT NINE ('9'), then interpret the
+ U+0030 DIGIT ZERO ('0') .. U+0039 DIGIT NINE ('9'), then interpret the
field value as an integer in base ten, and set the event stream's
<a href="#concept-event-stream-reconnection-time" title="concept-event-stream-reconnection-time">reconnection
time</a> to that integer. Otherwise, ignore the field.</dd>
Received on Monday, 27 April 2009 04:11:37 UTC