hixie: Allow UAs to provide encoding override UI. (whatwg r5270)

hixie: Allow UAs to provide encoding override UI. (whatwg r5270)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4198&r2=1.4199&f=h
http://html5.org/tools/web-apps-tracker?from=5269&to=5270

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4198
retrieving revision 1.4199
diff -u -d -r1.4198 -r1.4199
--- Overview.html 10 Aug 2010 06:51:10 -0000 1.4198
+++ Overview.html 10 Aug 2010 06:53:52 -0000 1.4199
@@ -52692,7 +52692,12 @@
   all, then the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is
   <i>irrelevant</i>.</p>
 
-  <ol><li><p>If the transport layer specifies an encoding, and it is
+  <ol><li><p>If the user has explicitly instructed the user agent to
+   override the document's character encoding with a specific
+   encoding, optionally return that encoding with the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a>
+   <i>certain</i> and abort these steps.</li>
+
+   <li><p>If the transport layer specifies an encoding, and it is
    supported, return that encoding with the <a href="#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a>
    <i>certain</i>, and abort these steps.</li>

Received on Tuesday, 10 August 2010 06:54:33 UTC