html5/spec Overview.html,1.3321,1.3322

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31953

Modified Files:
	Overview.html 
Log Message:
Move 'Additional character encoding aliases' to http://wiki.whatwg.org/wiki/Web_Encodings#Spec_notes (whatwg r4175)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3321
retrieving revision 1.3322
diff -u -d -r1.3321 -r1.3322
--- Overview.html	18 Oct 2009 23:51:32 -0000	1.3321
+++ Overview.html	19 Oct 2009 04:40:11 -0000	1.3322
@@ -216,7 +216,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-18-october-2009">Editor's Draft 18 October 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-19-october-2009">Editor's Draft 19 October 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
     <dt>This Version:</dt>
@@ -318,7 +318,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 25 August 2009 Working Draft.-->
-  This specification is the 18 October 2009 Editor's Draft.
+  This specification is the 19 October 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -54437,24 +54437,7 @@
   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
@@ -69511,10 +69494,6 @@
    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,

Received on Monday, 19 October 2009 04:40:16 UTC