Skip to content

Commit

Permalink
[e] (0) Wrong reference in note.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7948

git-svn-id: http://svn.whatwg.org/webapps@4247 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 57d2073 commit 2ecc8b8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -69997,7 +69997,7 @@ <h5 id=character-encodings-0><span class=secno>11.2.2.2 </span>Character encodin

<p class=note>The requirement to default UTF-16 to LE rather than
BE is a <a href=#willful-violation>willful violation</a> of RFC 2781, motivated by a
desire for compatibility with legacy content. <a href=#refsCHARMOD>[CHARMOD]</a></p>
desire for compatibility with legacy content. <a href=#refsRFC2781>[RFC2781]</a></p>

<hr><p>User agents must not support the CESU-8, UTF-7, BOCU-1 and SCSU
encodings. <a href=#refsCESU8>[CESU8]</a> <a href=#refsUTF7>[UTF7]</a> <a href=#refsBOCU1>[BOCU1]</a> <a href=#refsSCSU>[SCSU]</a></p>
Expand Down Expand Up @@ -86527,6 +86527,11 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
IETF, January 1999.</dd>

<dt id=refsRFC2781>[RFC2781]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2781.txt>UTF-16, an
encoding of ISO 10646</a></cite>, P. Hoffman, F. Yergeau. IETF,
February 2000.</dd>

<dt id=refsRFC2646>[RFC2646]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2646.txt>The Text/Plain Format
Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -61060,7 +61060,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p class=note>The requirement to default UTF-16 to LE rather than
BE is a <a href=#willful-violation>willful violation</a> of RFC 2781, motivated by a
desire for compatibility with legacy content. <a href=#refsCHARMOD>[CHARMOD]</a></p>
desire for compatibility with legacy content. <a href=#refsRFC2781>[RFC2781]</a></p>

<hr><p>User agents must not support the CESU-8, UTF-7, BOCU-1 and SCSU
encodings. <a href=#refsCESU8>[CESU8]</a> <a href=#refsUTF7>[UTF7]</a> <a href=#refsBOCU1>[BOCU1]</a> <a href=#refsSCSU>[SCSU]</a></p>
Expand Down Expand Up @@ -77698,6 +77698,11 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
IETF, January 1999.</dd>

<dt id=refsRFC2781>[RFC2781]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2781.txt>UTF-16, an
encoding of ISO 10646</a></cite>, P. Hoffman, F. Yergeau. IETF,
February 2000.</dd>

<dt id=refsRFC2646>[RFC2646]</dt>
<dd><cite><a href=http://www.ietf.org/rfc/rfc2646.txt>The Text/Plain Format
Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -78765,7 +78765,7 @@ interface <dfn>MessagePort</dfn> {
<p class="note">The requirement to default UTF-16 to LE rather than
BE is a <span>willful violation</span> of RFC 2781, motivated by a
desire for compatibility with legacy content. <a
href="#refsCHARMOD">[CHARMOD]</a></p>
href="#refsRFC2781">[RFC2781]</a></p>

<hr>

Expand Down Expand Up @@ -95657,6 +95657,11 @@ interface <span>HTMLDocument</span> {
Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
IETF, January 1999.</dd>

<dt id="refsRFC2781">[RFC2781]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc2781.txt">UTF-16, an
encoding of ISO 10646</a></cite>, P. Hoffman, F. Yergeau. IETF,
February 2000.</dd>

<dt id="refsRFC2646">[RFC2646]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc2646.txt">The Text/Plain Format
Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
Expand Down

0 comments on commit 2ecc8b8

Please sign in to comment.