Skip to content

Commit

Permalink
[e] (0) Comment out a 'willful violation' that is being fixed in the …
Browse files Browse the repository at this point in the history
…underlying specs.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13354

git-svn-id: http://svn.whatwg.org/webapps@6575 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2011
1 parent 55f6b2b commit f70b9bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
14 changes: 8 additions & 6 deletions complete.html
Expand Up @@ -83877,15 +83877,17 @@ <h5 id=determining-the-character-encoding><span class=secno>13.2.2.1 </span>Dete
as the user agent uses the returned value to select the decoder to
use for the input stream.</p>

<p class=note>This algorithm is a <a href=#willful-violation>willful violation</a>
<!--(removed this since the specs are being changed)
<p class="note">This algorithm is a <span>willful violation</span>
of the HTTP specification, which requires that the encoding be
assumed to be ISO-8859-1 in the absence of a <a href=#character-encoding-declaration>character
encoding declaration</a> to the contrary, and of RFC 2046,
assumed to be ISO-8859-1 in the absence of a <span>character
encoding declaration</span> to the contrary, and of RFC 2046,
which requires that the encoding be assumed to be US-ASCII in the
absence of a <a href=#character-encoding-declaration>character encoding declaration</a> to the
absence of a <span>character encoding declaration</span> to the
contrary. This specification's third approach is motivated by a
desire to be maximally compatible with legacy content. <a href=#refsHTTP>[HTTP]</a> <a href=#refsRFC2046>[RFC2046]</a></p>

desire to be maximally compatible with legacy content. <a
href="#refsHTTP">[HTTP]</a> <a href="#refsRFC2046">[RFC2046]</a></p>
-->

<h5 id=character-encodings-0><span class=secno>13.2.2.2 </span>Character encodings</h5>

Expand Down
14 changes: 8 additions & 6 deletions index
Expand Up @@ -79302,15 +79302,17 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
as the user agent uses the returned value to select the decoder to
use for the input stream.</p>

<p class=note>This algorithm is a <a href=#willful-violation>willful violation</a>
<!--(removed this since the specs are being changed)
<p class="note">This algorithm is a <span>willful violation</span>
of the HTTP specification, which requires that the encoding be
assumed to be ISO-8859-1 in the absence of a <a href=#character-encoding-declaration>character
encoding declaration</a> to the contrary, and of RFC 2046,
assumed to be ISO-8859-1 in the absence of a <span>character
encoding declaration</span> to the contrary, and of RFC 2046,
which requires that the encoding be assumed to be US-ASCII in the
absence of a <a href=#character-encoding-declaration>character encoding declaration</a> to the
absence of a <span>character encoding declaration</span> to the
contrary. This specification's third approach is motivated by a
desire to be maximally compatible with legacy content. <a href=#refsHTTP>[HTTP]</a> <a href=#refsRFC2046>[RFC2046]</a></p>

desire to be maximally compatible with legacy content. <a
href="#refsHTTP">[HTTP]</a> <a href="#refsRFC2046">[RFC2046]</a></p>
-->

<h5 id=character-encodings-0><span class=secno>11.2.2.2 </span>Character encodings</h5>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -95037,6 +95037,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
as the user agent uses the returned value to select the decoder to
use for the input stream.</p>

<!--(removed this since the specs are being changed)
<p class="note">This algorithm is a <span>willful violation</span>
of the HTTP specification, which requires that the encoding be
assumed to be ISO-8859-1 in the absence of a <span>character
Expand All @@ -95046,7 +95047,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
contrary. This specification's third approach is motivated by a
desire to be maximally compatible with legacy content. <a
href="#refsHTTP">[HTTP]</a> <a href="#refsRFC2046">[RFC2046]</a></p>

-->

<h5>Character encodings</h5>

Expand Down

0 comments on commit f70b9bb

Please sign in to comment.