- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 06:31:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28436 Modified Files: Overview.html Log Message: Make spec consistent in its use of ASCII and Unicode character references and it's references to bytes sequences. (whatwg r4077) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3238 retrieving revision 1.3239 diff -u -d -r1.3238 -r1.3239 --- Overview.html 5 Oct 2009 03:22:13 -0000 1.3238 +++ Overview.html 5 Oct 2009 06:31:43 -0000 1.3239 @@ -1618,7 +1618,7 @@ attributes defined or mentioned in this specification have no namespace.<p>Attribute names are said to be <dfn id="xml-compatible">XML-compatible</dfn> if they match the <a href="http://www.w3.org/TR/REC-xml/#NT-Name"><code title="">Name</code></a> production defined in XML, they contain no - U+003A COLON (:) characters, and their first three characters are + U+003A COLON characters (:), and their first three characters are not an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">xml</code>". <a href="#refsXML">[XML]</a><p>The term <dfn id="xml-mime-type">XML MIME type</dfn> is used to refer to the <a href="#mime-type" title="MIME type">MIME types</a> <code title="">text/xml</code>, <code title="">application/xml</code>, and any <a href="#mime-type">MIME @@ -2171,9 +2171,9 @@ those that have the Unicode property "White_Space". <a href="#refsUNICODE">[UNICODE]</a></p> [...1459 lines suppressed...] - U+1234 FOO BAR character ("<code title="">foo</code>") - U+1234 FOO BAR character ('<code title="">foo</code>') - U+1234 FOO BAR character (<code title="">foo</code>) - U+1234 FOO BAR ("<code title="">foo</code>") character - U+1234 FOO BAR ('<code title="">foo</code>') character - U+1234 FOO BAR (<code title="">foo</code>) character - ...and make these match: - 0x12 (ASCII FOO) - 0x12 (ASCII "foo") - 0x12 (ASCII 'foo') - 0x12 ("foo") - 0x12 ('foo') - 0x12 (ASCII "<code title="">foo</code>") - 0x12 (ASCII '<code title="">foo</code>') - 0x12 ("<code title="">foo</code>") - 0x12 ('<code title="">foo</code>') - XXX * check case of hex characters in the ASCII cases. XXX * use the sample widgets: <li><img alt="A text field with editable sections for each value, with a button to pop up a dialog showing a calendar or
Received on Monday, 5 October 2009 06:31:52 UTC