[html5] r4230 - [giow] (0) Allow UAs to use the URL to sniff encoding. Fixing http://www.w3.org/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 20 22:56:35 PDT 2009
Author: ianh
Date: 2009-10-20 22:56:31 -0700 (Tue, 20 Oct 2009)
New Revision: 4230
Modified:
complete.html
index
source
Log:
[giow] (0) Allow UAs to use the URL to sniff encoding.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7895
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 05:50:21 UTC (rev 4229)
+++ complete.html 2009-10-21 05:56:31 UTC (rev 4230)
@@ -69736,7 +69736,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>
Modified: index
===================================================================
--- index 2009-10-21 05:50:21 UTC (rev 4229)
+++ index 2009-10-21 05:56:31 UTC (rev 4230)
@@ -60799,7 +60799,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>
Modified: source
===================================================================
--- source 2009-10-21 05:50:21 UTC (rev 4229)
+++ source 2009-10-21 05:56:31 UTC (rev 4230)
@@ -78424,7 +78424,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 <span
title="concept-encoding-confidence">confidence</span>
<i>tentative</i>, and abort these steps. <a
More information about the Commit-Watchers
mailing list