Skip to content

Commit

Permalink
[e] (0) Be more precise in the description of the charset='' paramete…
Browse files Browse the repository at this point in the history
…r for the text/html MIME type

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26100
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8724 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 28, 2014
1 parent 8e74b9d commit 9d6b6b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -80646,8 +80646,8 @@ <h3 id=text/html>16.1 <dfn><code>text/html</code></dfn></h3>
<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -80646,8 +80646,8 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -109597,9 +109597,9 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down

0 comments on commit 9d6b6b1

Please sign in to comment.