- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:43:57 -0500
- To: public-html-diffs@w3.org
hixie: Make the rules for <meta> processing for charset='' vs content=''
attributes consistent. (whatwg r5765)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4628&r2=1.4629&f=h
http://html5.org/tools/web-apps-tracker?from=5764&to=5765
===================================================================
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 Wednesday, 12 January 2011 02:44:00 UTC