html5/eventsource Overview.html,1.75,1.76

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv28472

Modified Files:
	Overview.html 
Log Message:
Make spec consistent in its use of ASCII and Unicode character references and it's references to bytes sequences. (whatwg r4077)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Overview.html	4 Oct 2009 11:32:46 -0000	1.75
+++ Overview.html	5 Oct 2009 06:31:52 -0000	1.76
@@ -169,7 +169,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-4-october-2009">Editor's Draft 4 October 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-5-october-2009">Editor's Draft 5 October 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -235,7 +235,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!-- This specification is the 23 April 2009 Working Draft. -->
-  This specification is the 4 October 2009 Editor's Draft.
+  This specification is the 5 October 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
@@ -533,21 +533,21 @@
    defined below.</dd>
 
 
-   <dt>If the line starts with a U+003A COLON character (':')</dt>
+   <dt>If the line starts with a U+003A COLON character (:)</dt>
 
    <dd><p>Ignore the line.</dd>
 
 
-   <dt>If the line contains a U+003A COLON character (':') character</dt>
+   <dt>If the line contains a U+003A COLON character character (:)</dt>
 
    <dd>
 
     <p>Collect the characters on the line before the first U+003A
-    COLON character (':'), and let <var title="">field</var> be that
+    COLON character (:), and let <var title="">field</var> be that
     string.</p>
 
     <p>Collect the characters on the line after the first U+003A COLON
-    character (':'), and let <var title="">value</var> be that
+    character (:), and let <var title="">value</var> be that
     string. If <var title="">value</var> starts with a single U+0020
     SPACE character, remove it from <var title="">value</var>.</p>
 
@@ -558,7 +558,7 @@
    </dd>
 
 
-   <dt>Otherwise, the string is not empty but does not contain a U+003A COLON character (':') character</dt>
+   <dt>Otherwise, the string is not empty but does not contain a U+003A COLON character character (:)</dt>
 
    <dd>
 
@@ -593,7 +593,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) to 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, 5 October 2009 06:31:58 UTC