Skip to content

Commit

Permalink
[e] (0) Clarify what happens when accept-charset is empty.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5265 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent 4461c4d commit cdd77a3
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 @@ -46043,8 +46043,8 @@ <h5 id=url-encoded-form-data><span class=secno>4.10.21.4 </span>URL-encoded form
encodings supported by the user agent, select a character encoding
from the list given in the <code><a href=#the-form-element>form</a></code>'s <code title=attr-form-accept-charset><a href=#attr-form-accept-charset>accept-charset</a></code> attribute
that is an <a href=#ascii-compatible-character-encoding>ASCII-compatible character encoding</a>. If
none of the encodings are supported, then let the selected
character encoding be UTF-8.</p>
none of the encodings are supported, or if none are listed, then
let the selected character encoding be UTF-8.</p>

<p>Otherwise, if the <a href="#document's-character-encoding">document's character encoding</a> is
an <a href=#ascii-compatible-character-encoding>ASCII-compatible character encoding</a>, then that is
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -45970,8 +45970,8 @@ fur
encodings supported by the user agent, select a character encoding
from the list given in the <code><a href=#the-form-element>form</a></code>'s <code title=attr-form-accept-charset><a href=#attr-form-accept-charset>accept-charset</a></code> attribute
that is an <a href=#ascii-compatible-character-encoding>ASCII-compatible character encoding</a>. If
none of the encodings are supported, then let the selected
character encoding be UTF-8.</p>
none of the encodings are supported, or if none are listed, then
let the selected character encoding be UTF-8.</p>

<p>Otherwise, if the <a href="#document's-character-encoding">document's character encoding</a> is
an <a href=#ascii-compatible-character-encoding>ASCII-compatible character encoding</a>, then that is
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -51683,8 +51683,8 @@ fur
from the list given in the <code>form</code>'s <code
title="attr-form-accept-charset">accept-charset</code> attribute
that is an <span>ASCII-compatible character encoding</span>. If
none of the encodings are supported, then let the selected
character encoding be UTF-8.</p>
none of the encodings are supported, or if none are listed, then
let the selected character encoding be UTF-8.</p>

<p>Otherwise, if the <span>document's character encoding</span> is
an <span>ASCII-compatible character encoding</span>, then that is
Expand Down

0 comments on commit cdd77a3

Please sign in to comment.