- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 06:49:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14114/src
Modified Files:
datatypes.html
Log Message:
h:tml; checkpointing in midst of minor cleanup and organizing tweaks.
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- datatypes.html 13 Jun 2009 07:31:31 -0000 1.22
+++ datatypes.html 16 Jun 2009 06:49:01 -0000 1.23
@@ -178,10 +178,16 @@
<dl><dt>charset</dt>
<dd></dd>
<dd>
- <div class="datatype-desc">Any <b
- class="defined-elsewhere">character set name</b>
- listed in the IANA <cite>Character Sets</cite> list <a
- href="#refsIANACHARSET">[IANACHARSET]</a>.</div>
+ <div class="datatype-desc">
+ <p>For documents in the <a href="#html-syntax">HTML
+ syntax</a>: Any <b class="defined-elsewhere">character
+ set name</b> listed in the IANA <cite>Character Sets</cite>
+ list <a href="#refsIANACHARSET">[IANACHARSET]</a>.</p>
+ <p>For documents in the <a href="#xml-syntax">XML
+ syntax</a>, any <a href="#ascii-case-insensitive">ASCII
+ case-insensitive</a> match for the string
+ "<code>UTF-8</code>".</p>
+ </div>
</dd>
</dl>
<dl><dt>meta-charset</dt>
Received on Tuesday, 16 June 2009 06:49:11 UTC