Skip to content

Commit

Permalink
[giow] (2) Allow UAs to provide encoding override UI.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5270 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent f2e7c6a commit b425a89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -78197,7 +78197,12 @@ <h5 id=determining-the-character-encoding><span class=secno>12.2.2.1 </span>Dete
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>

Expand Down
7 changes: 6 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -71307,7 +71307,12 @@ interface <dfn id=messageport>MessagePort</dfn> {
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>

Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -89208,6 +89208,12 @@ interface <dfn>SQLTransactionSync</dfn> {

<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 <span
title="concept-encoding-confidence">confidence</span>
<i>certain</i> and abort these steps.</p></li>

<li><p>If the transport layer specifies an encoding, and it is
supported, return that encoding with the <span
title="concept-encoding-confidence">confidence</span>
Expand Down

0 comments on commit b425a89

Please sign in to comment.