[html5] r8724 - [e] (0) Be more precise in the description of the charset='' parameter for the t [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 28 11:57:10 PDT 2014


Author: ianh
Date: 2014-08-28 11:57:07 -0700 (Thu, 28 Aug 2014)
New Revision: 8724

Modified:
   complete.html
   index
   source
Log:
[e] (0) Be more precise in the description of the charset='' parameter for the text/html MIME type
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26100
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-08-28 18:49:24 UTC (rev 8723)
+++ complete.html	2014-08-28 18:57:07 UTC (rev 8724)
@@ -80646,8 +80646,8 @@
   <dl><dt>Type name:<dd>text<dt>Subtype name:<dd>html<dt>Required parameters:<dd>No required parameters<dt>Optional parameters:<dd>
     <dl><dt><code>charset</code><dd>
 
-      <p>The <code>charset</code> parameter may be provided to definitively specify the
-      <a href="#document's-character-encoding" id="text/html:document's-character-encoding">document's character encoding</a>, overriding any <a href=#character-encoding-declaration id=text/html:character-encoding-declaration>character encoding declarations</a> in the document. The parameter's value
+      <p>The <code>charset</code> parameter may be provided to specify the
+      <a href="#document's-character-encoding" id="text/html:document's-character-encoding">document's character encoding</a>, overriding any <a href=#character-encoding-declaration id=text/html:character-encoding-declaration>character encoding declarations</a> in the document other than a Byte Order Mark (BOM). The parameter's value
       must be one of the <a href=#encoding-label id=text/html:encoding-label>labels</a> of the <a href=#encoding id=text/html:encoding>character encoding</a> used to serialise the file. <a href=#refsENCODING>[ENCODING]</a></p>
 
      </dl>

Modified: index
===================================================================
--- index	2014-08-28 18:49:24 UTC (rev 8723)
+++ index	2014-08-28 18:57:07 UTC (rev 8724)
@@ -80646,8 +80646,8 @@
   <dl><dt>Type name:<dd>text<dt>Subtype name:<dd>html<dt>Required parameters:<dd>No required parameters<dt>Optional parameters:<dd>
     <dl><dt><code>charset</code><dd>
 
-      <p>The <code>charset</code> parameter may be provided to definitively specify the
-      <a href="#document's-character-encoding" id="text/html:document's-character-encoding">document's character encoding</a>, overriding any <a href=#character-encoding-declaration id=text/html:character-encoding-declaration>character encoding declarations</a> in the document. The parameter's value
+      <p>The <code>charset</code> parameter may be provided to specify the
+      <a href="#document's-character-encoding" id="text/html:document's-character-encoding">document's character encoding</a>, overriding any <a href=#character-encoding-declaration id=text/html:character-encoding-declaration>character encoding declarations</a> in the document other than a Byte Order Mark (BOM). The parameter's value
       must be one of the <a href=#encoding-label id=text/html:encoding-label>labels</a> of the <a href=#encoding id=text/html:encoding>character encoding</a> used to serialise the file. <a href=#refsENCODING>[ENCODING]</a></p>
 
      </dl>

Modified: source
===================================================================
--- source	2014-08-28 18:49:24 UTC (rev 8723)
+++ source	2014-08-28 18:57:07 UTC (rev 8724)
@@ -109597,9 +109597,9 @@
      <dt><code data-x="">charset</code></dt>
      <dd>
 
-      <p>The <code data-x="">charset</code> parameter may be provided to definitively specify the
+      <p>The <code data-x="">charset</code> parameter may be provided to specify the
       <span>document's character encoding</span>, overriding any <span data-x="character encoding
-      declaration">character encoding declarations</span> in the document. The parameter's value
+      declaration">character encoding declarations</span> in the document other than a Byte Order Mark (BOM). The parameter's value
       must be one of the <span data-x="encoding label">labels</span> of the <span
       data-x="encoding">character encoding</span> used to serialise the file. <ref
       spec=ENCODING></p>



More information about the Commit-Watchers mailing list