[html5] r6865 - [cgiowt] (2) Make sure not to autodetect an unsupported encoding... Affected top [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 9 14:52:58 PST 2011
Author: ianh
Date: 2011-12-09 14:52:56 -0800 (Fri, 09 Dec 2011)
New Revision: 6865
Modified:
complete.html
index
source
Log:
[cgiowt] (2) Make sure not to autodetect an unsupported encoding...
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2011-12-09 22:46:57 UTC (rev 6864)
+++ complete.html 2011-12-09 22:52:56 UTC (rev 6865)
@@ -81080,7 +81080,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
Modified: index
===================================================================
--- index 2011-12-09 22:46:57 UTC (rev 6864)
+++ index 2011-12-09 22:52:56 UTC (rev 6865)
@@ -81080,7 +81080,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
Modified: source
===================================================================
--- source 2011-12-09 22:46:57 UTC (rev 6864)
+++ source 2011-12-09 22:52:56 UTC (rev 6865)
@@ -94047,7 +94047,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 <span
+ encoding, and that encoding is a supported encoding, then return
+ that encoding, with the <span
title="concept-encoding-confidence">confidence</span>
<i>tentative</i>, and abort these steps. <a
href="#refsUNIVCHARDET">[UNIVCHARDET]</a></p>
More information about the Commit-Watchers
mailing list