[html5] r5265 - [e] (0) Clarify what happens when accept-charset is empty.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 9 23:14:13 PDT 2010


Author: ianh
Date: 2010-08-09 23:14:12 -0700 (Mon, 09 Aug 2010)
New Revision: 5265

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify what happens when accept-charset is empty.

Modified: complete.html
===================================================================
--- complete.html	2010-08-10 02:04:15 UTC (rev 5264)
+++ complete.html	2010-08-10 06:14:12 UTC (rev 5265)
@@ -46043,8 +46043,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

Modified: index
===================================================================
--- index	2010-08-10 02:04:15 UTC (rev 5264)
+++ index	2010-08-10 06:14:12 UTC (rev 5265)
@@ -45970,8 +45970,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

Modified: source
===================================================================
--- source	2010-08-10 02:04:15 UTC (rev 5264)
+++ source	2010-08-10 06:14:12 UTC (rev 5265)
@@ -51683,8 +51683,8 @@
     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




More information about the Commit-Watchers mailing list