Skip to content

Commit

Permalink
[giow] (0) Allow UAs to use the URL to sniff encoding.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7895

git-svn-id: http://svn.whatwg.org/webapps@4230 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 880f69d commit f12f4bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -69736,7 +69736,9 @@ <h5 id=determining-the-character-encoding><span class=secno>11.2.2.1 </span>Dete

<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>

Expand Down
4 changes: 3 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -60799,7 +60799,9 @@ interface <dfn id=messageport>MessagePort</dfn> {

<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>

Expand Down
4 changes: 3 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -78424,7 +78424,9 @@ interface <dfn>MessagePort</dfn> {

<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
Expand Down

0 comments on commit f12f4bd

Please sign in to comment.