hixie: Clarify what happens when accept-charset is empty. (whatwg r5265)

hixie: Clarify what happens when accept-charset is empty. (whatwg r5265)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4193&r2=1.4194&f=h
http://html5.org/tools/web-apps-tracker?from=5264&to=5265

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4193
retrieving revision 1.4194
diff -u -d -r1.4193 -r1.4194
--- Overview.html 10 Aug 2010 02:04:19 -0000 1.4193
+++ Overview.html 10 Aug 2010 06:14:17 -0000 1.4194
@@ -34988,8 +34988,8 @@
     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

Received on Tuesday, 10 August 2010 06:15:03 UTC