- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 13:11:49 +0900 (JST)
- To: public-html-diffs@w3.org
typos (credit: avk) (whatwg r2998) The steps to process the field given a field name and a field value depend on the field name, as given in the following list. Field names must be compared literally, with no case folding performed. http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.29.html#processField Editor's Draft 27 April 2009 http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.29.html#editor-s-draft-date-1-january-1970 Status of this document http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.29.html#status-of-this-document http://people.w3.org/mike/diffs/html5/eventsource/Overview.diff.html http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.28&r2=1.29&f=h http://html5.org/tools/web-apps-tracker?from=2997&to=2998 =================================================================== 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:12:34 UTC