[html5] r958 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sat Jun 23 02:14:19 PDT 2007
Author: ianh
Date: 2007-06-23 02:10:17 -0700 (Sat, 23 Jun 2007)
New Revision: 958
Modified:
index
source
Log:
[ac] (1) ban more encodings
Modified: index
===================================================================
--- index 2007-06-23 09:06:58 UTC (rev 957)
+++ index 2007-06-23 09:10:17 UTC (rev 958)
@@ -7701,11 +7701,12 @@
element with a <code title=attr-meta-charset><a
href="#charset0">charset</a></code> attribute.
- <p>Authors should not use UTF-32. Authors must not use the CESU-8, UTF-7,
- BOCU-1 and SCSU encodings. <a href="#refsCESU8">[CESU8]</a> <a
+ <p>Authors should not use JIS_X0212-1990, x-JIS0208, and encodings based on
+ EBCDIC. Authors should not use UTF-32. Authors must not use 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>
- <!-- XXX ref UTF-32 -->
+ <!-- XXX ref JIS_X0212-1990, x-JIS0208, EBCDIC, UTF-32 -->
<p>In XHTML, the XML declaration should be used for inline character
encoding information, if necessary.
Modified: source
===================================================================
--- source 2007-06-23 09:06:58 UTC (rev 957)
+++ source 2007-06-23 09:10:17 UTC (rev 958)
@@ -6287,10 +6287,12 @@
the encoding must be specified using a <code>meta</code> element
with a <code title="attr-meta-charset">charset</code> attribute.</p>
- <p>Authors should not use UTF-32. Authors must not use 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> <!-- XXX ref UTF-32 -->
+ <p>Authors should not use JIS_X0212-1990, x-JIS0208, and encodings
+ based on EBCDIC. Authors should not use UTF-32. Authors must not use
+ 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>
+ <!-- XXX ref JIS_X0212-1990, x-JIS0208, EBCDIC, UTF-32 -->
<p>In XHTML, the XML declaration should be used for inline character
encoding information, if necessary.</p>
More information about the Commit-Watchers
mailing list