[html5] r6370 - [e] (0) accuracy Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13156
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 4 14:46:04 PDT 2011
Author: ianh
Date: 2011-08-04 14:46:02 -0700 (Thu, 04 Aug 2011)
New Revision: 6370
Modified:
complete.html
source
Log:
[e] (0) accuracy
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13156
Modified: complete.html
===================================================================
--- complete.html 2011-08-04 21:42:59 UTC (rev 6369)
+++ complete.html 2011-08-04 21:46:02 UTC (rev 6370)
@@ -80267,8 +80267,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>
Modified: source
===================================================================
--- source 2011-08-04 21:42:59 UTC (rev 6369)
+++ source 2011-08-04 21:46:02 UTC (rev 6370)
@@ -90846,7 +90846,17 @@
<dt>Required parameters:</dt>
<dd>No parameters</dd>
<dt>Optional parameters:</dt>
- <dd>No parameters</dd>
+ <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>
+ </dd>
<dt>Encoding considerations:</dt>
<dd>Always UTF-8.</dd>
<dt>Security considerations:</dt>
More information about the Commit-Watchers
mailing list