Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Move 'Additional character encoding aliases' to http://wiki.w…
  • Loading branch information
Hixie committed Oct 19, 2009
1 parent 20cddf7 commit 28891bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 71 deletions.
25 changes: 2 additions & 23 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 18 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 19 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -69718,24 +69718,7 @@ <h5 id=character-encodings-0><span class=secno>11.2.2.2 </span>Character encodin
then perform the comparison in an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> manner.</p>

<!-- this bit will be replaced by actual alias registrations in due course -->

<p>In addition, user agents must support the aliases given in the
following table for every character encoding they support, so that
labels from the first column are treated as equivalent to the labels
given in the corresponding cell from the second column on the same
row.</p>

<table><caption>Additional character encoding aliases</caption>
<thead><tr><th> Alias <th> Corresponding encoding <th> References
<tbody><tr><td> x-sjis <td> windows-31J <td>
<a href=#refsSHIFTJIS>[SHIFTJIS]</a>
<a href=#refsWIN31J>[WIN31J]</a>
<tr><td> windows-932 <td> windows-31J <td>
<a href=#refsWIN31J>[WIN31J]</a>
<tr><td> x-x-big5 <td> Big5 <td>
<a href=#refsBIG5>[BIG5]</a>
</table><!-- end of bit that will be replaced by actual alias registrations in due course --><hr><p>When a user agent would otherwise use an encoding given in the
<hr><p>When a user agent would otherwise use an encoding given in the
first column of the following table to either convert content to
Unicode characters or convert Unicode characters to bytes, it must
instead use the encoding given in the cell in the second column of
Expand Down Expand Up @@ -85083,10 +85066,6 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium,
March 2008.</dd>

<dt id=refsBIG5>[BIG5]</dt>
<dd>(Non-normative) <cite>Chinese Coded Character Set in Computer</cite>. Institute
for Information Industry, March 1984.</dd>

<dt id=refsBOCU1>[BOCU1]</dt>
<dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1:
MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
Expand Down
25 changes: 2 additions & 23 deletions index
Expand Up @@ -111,7 +111,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 18 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 19 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -60776,24 +60776,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
then perform the comparison in an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> manner.</p>

<!-- this bit will be replaced by actual alias registrations in due course -->

<p>In addition, user agents must support the aliases given in the
following table for every character encoding they support, so that
labels from the first column are treated as equivalent to the labels
given in the corresponding cell from the second column on the same
row.</p>

<table><caption>Additional character encoding aliases</caption>
<thead><tr><th> Alias <th> Corresponding encoding <th> References
<tbody><tr><td> x-sjis <td> windows-31J <td>
<a href=#refsSHIFTJIS>[SHIFTJIS]</a>
<a href=#refsWIN31J>[WIN31J]</a>
<tr><td> windows-932 <td> windows-31J <td>
<a href=#refsWIN31J>[WIN31J]</a>
<tr><td> x-x-big5 <td> Big5 <td>
<a href=#refsBIG5>[BIG5]</a>
</table><!-- end of bit that will be replaced by actual alias registrations in due course --><hr><p>When a user agent would otherwise use an encoding given in the
<hr><p>When a user agent would otherwise use an encoding given in the
first column of the following table to either convert content to
Unicode characters or convert Unicode characters to bytes, it must
instead use the encoding given in the cell in the second column of
Expand Down Expand Up @@ -76141,10 +76124,6 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium,
March 2008.</dd>

<dt id=refsBIG5>[BIG5]</dt>
<dd>(Non-normative) <cite>Chinese Coded Character Set in Computer</cite>. Institute
for Information Industry, March 1984.</dd>

<dt id=refsBOCU1>[BOCU1]</dt>
<dd>(Non-normative) <cite><a href=http://www.unicode.org/notes/tn6/>UTN #6: BOCU-1:
MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
Expand Down
25 changes: 0 additions & 25 deletions source
Expand Up @@ -78475,31 +78475,6 @@ interface <dfn>MessagePort</dfn> {
then perform the comparison in an <span>ASCII
case-insensitive</span> manner.</p>

<!-- this bit will be replaced by actual alias registrations in due course -->

<p>In addition, user agents must support the aliases given in the
following table for every character encoding they support, so that
labels from the first column are treated as equivalent to the labels
given in the corresponding cell from the second column on the same
row.</p>

<table>
<caption>Additional character encoding aliases</caption>
<thead>
<tr> <th> Alias <th> Corresponding encoding <th> References
<tbody>
<tr> <td> x-sjis <td> windows-31J <td>
<a href="#refsSHIFTJIS">[SHIFTJIS]</a>
<a href="#refsWIN31J">[WIN31J]</a>
<tr> <td> windows-932 <td> windows-31J <td>
<a href="#refsWIN31J">[WIN31J]</a>
<tr> <td> x-x-big5 <td> Big5 <td>
<a href="#refsBIG5">[BIG5]</a>
</tbody>
</table>

<!-- end of bit that will be replaced by actual alias registrations in due course -->

<hr>

<p>When a user agent would otherwise use an encoding given in the
Expand Down

0 comments on commit 28891bc

Please sign in to comment.