html5/spec Overview.html,1.4628,1.4629

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

Modified Files:
	Overview.html 
Log Message:
Make the rules for <meta> processing for charset='' vs content='' attributes consistent. (whatwg r5765)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4628
retrieving revision 1.4629
diff -u -d -r1.4628 -r1.4629
--- Overview.html	11 Jan 2011 06:03:37 -0000	1.4628
+++ Overview.html	11 Jan 2011 06:07:41 -0000	1.4629
@@ -58326,9 +58326,10 @@
     <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute, and
     applying the <a href="#algorithm-for-extracting-an-encoding-from-a-content-type">algorithm for extracting an encoding from a
     Content-Type</a> to that attribute's value returns a supported
-    encoding <var title="">encoding</var>, and the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is currently
+    <a href="#ascii-compatible-character-encoding">ASCII-compatible character encoding</a> or a UTF-16
+    encoding, and the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is currently
     <i>tentative</i>, then <a href="#change-the-encoding">change the encoding</a> to the
-    encoding <var title="">encoding</var>.</p>
+    extracted encoding.</p>
 
    </dd>
 

Received on Tuesday, 11 January 2011 06:07:46 UTC