- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 23:38:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22132 Modified Files: Overview.html Log Message: Clarify that all string comparisons are case-sensitive unless otherwise stated. (whatwg r5212) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4146 retrieving revision 1.4147 diff -u -d -r1.4146 -r1.4147 --- Overview.html 27 Jul 2010 23:05:55 -0000 1.4146 +++ Overview.html 27 Jul 2010 23:38:07 -0000 1.4147 @@ -2960,7 +2960,8 @@ characters in the range U+0061 to U+007A (i.e. LATIN SMALL LETTER A to LATIN SMALL LETTER Z) are considered to also match.<p>Comparing two strings in a <dfn id="compatibility-caseless">compatibility caseless</dfn> manner means using the Unicode <i>compatibility caseless match</i> - operation to compare the two strings. <a href="#refsUNICODE">[UNICODE]</a><div class="impl"> + operation to compare the two strings. <a href="#refsUNICODE">[UNICODE]</a><p>Except where otherwise stated, string comparisons must be + performed in a <a href="#case-sensitive">case-sensitive</a> manner.<div class="impl"> <p><dfn id="converted-to-ascii-uppercase" title="converted to ASCII uppercase">Converting a string to ASCII uppercase</dfn> means replacing all characters in the range
Received on Tuesday, 27 July 2010 23:38:12 UTC