Typos: round 2. (credit: gb) (whatwg r2966)

Typos: round 2. (credit: gb) (whatwg r2966)

Editor's Draft 19 April 2009
http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.16.html#editor-s-draft-date-zzz-9-june-2008
When the user agent is required to dispatch the event, then the user agent must act as follows:
http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.16.html#dispatchMessage
Status of this document
http://people.w3.org/mike/diffs/html5/eventsource/Overview.1.16.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.15&r2=1.16&f=h
http://html5.org/tools/web-apps-tracker?from=2965&to=2966

===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 2 Apr 2009 00:49:04 -0000 1.15
+++ Overview.html 19 Apr 2009 00:01:10 -0000 1.16
@@ -145,7 +145,7 @@
   </style><link href=http://www.w3.org/StyleSheets/TR/%57%33%43-ED rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=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>
    <h1>Server-Sent Events</h1>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->2 April 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->19 April 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-eventsource-20090101/">http://www.w3.org/TR/2009/WD-eventsource-20090101/</a></dd>
@@ -203,7 +203,7 @@
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
-  This specification is the 2 April 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 19 April 2009 <!--ZZZ "Working Draft"-->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
@@ -623,7 +623,7 @@
    field, this time with no value, which resets the last event ID to
    the empty string (meaning no <code title="">Last-Event-ID</code>
    header will now be sent in the event of a reconnection being
-   attempted). Finally the last block just fires an event with the
+   attempted). Finally, the last block just fires an event with the
    data "third event". Note that the last block doesn't have to end
    with a blank line, the end of the stream is enough to trigger the
    dispatch of the last event.</p>

Received on Sunday, 19 April 2009 00:02:16 UTC