- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Apr 2009 12:25:01 +0900 (JST)
- To: public-html-diffs@w3.org
Typos: round 6. (whatwg r2970)
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.17.html#processField
http://people.w3.org/mike/diffs/html5/eventsource/Overview.diff.html
http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.16&r2=1.17&f=h
http://html5.org/tools/web-apps-tracker?from=2969&to=2970
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 19 Apr 2009 00:01:10 -0000 1.16
+++ Overview.html 19 Apr 2009 20:56:15 -0000 1.17
@@ -508,7 +508,7 @@
name, as given in the following list. Field names must be compared
literally, with no case folding performed.<dl class=switch><dt>If the field name is "event"</dt>
- <dd><p>Set the <var title="">event name</var> buffer the to field
+ <dd><p>Set the <var title="">event name</var> buffer to field
value.</dd>
Received on Tuesday, 21 April 2009 03:25:38 UTC