- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 21:46:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv19397
Modified Files:
Overview.html
Log Message:
accuracy (whatwg r6370)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.html 4 Aug 2011 21:43:02 -0000 1.185
+++ Overview.html 4 Aug 2011 21:46:06 -0000 1.186
@@ -911,8 +911,15 @@
<dt>Required parameters:</dt>
<dd>No parameters</dd>
<dt>Optional parameters:</dt>
- <dd>No parameters</dd>
- <dt>Encoding considerations:</dt>
+ <dt>
+ </dt><dl><dt><code title="">charset</code></dt>
+ <dd>
+ <p>The <code title="">charset</code> parameter may be provided.
+ The parameter's value must be "<code title="">utf-8</code>".
+ This parameter serves no purpose; it is only allowed for
+ compatibility with legacy servers.</p>
+ </dd>
+ </dl><dt>Encoding considerations:</dt>
<dd>Always UTF-8.</dd>
<dt>Security considerations:</dt>
<dd>
Received on Thursday, 4 August 2011 21:46:09 UTC