- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 05:43:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2463
Modified Files:
Overview.html
Log Message:
Allow UAs to use the URL to sniff encoding. (whatwg r4230)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3375
retrieving revision 1.3376
diff -u -d -r1.3375 -r1.3376
--- Overview.html 21 Oct 2009 05:37:38 -0000 1.3375
+++ Overview.html 21 Oct 2009 05:43:48 -0000 1.3376
@@ -54449,7 +54449,9 @@
<p>The user agent may attempt to autodetect the character encoding
from applying frequency analysis or other algorithms to the data
- stream. If autodetection succeeds in determining a character
+ 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>
<i>tentative</i>, and abort these steps. <a href="#refsUNIVCHARDET">[UNIVCHARDET]</a></p>
Received on Wednesday, 21 October 2009 05:43:55 UTC