- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2011 22:53:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18074
Modified Files:
	Overview.html 
Log Message:
Make sure not to autodetect an unsupported encoding... (whatwg r6865)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5464
retrieving revision 1.5465
diff -u -d -r1.5464 -r1.5465
--- Overview.html	9 Dec 2011 22:47:05 -0000	1.5464
+++ Overview.html	9 Dec 2011 22:53:02 -0000	1.5465
@@ -57640,7 +57640,8 @@
     stream. Such algorithms may use information about the resource
     other than the resource's contents, including the address of the
     resource. If autodetection succeeds in determining a character
-    encoding, then return that encoding, with the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a>
+    encoding, and that encoding is a supported encoding, then return
+    that encoding, with the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a>
     <i>tentative</i>, and abort these steps. <a href="#refsUNIVCHARDET">[UNIVCHARDET]</a></p>
 
     <p class="note">The UTF-8 encoding has a highly detectable bit
Received on Friday, 9 December 2011 22:53:11 UTC