html5/spec Overview.html,1.4193,1.4194

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30275

Modified Files:
	Overview.html 
Log Message:
Clarify what happens when accept-charset is empty. (whatwg r5265)

Index: Overview.html
===================================================================
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:14:23 UTC