- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 23:47:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23231
Modified Files:
infrastructure.html spec.html
Log Message:
Clarify that all string comparisons are case-sensitive unless otherwise stated. (whatwg r5212)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- infrastructure.html 2 Jul 2010 23:06:45 -0000 1.1009
+++ infrastructure.html 27 Jul 2010 23:47:09 -0000 1.1010
@@ -1077,7 +1077,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><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="references.html#refsUNICODE">[UNICODE]</a></p><div class="impl">
+ operation to compare the two strings. <a href="references.html#refsUNICODE">[UNICODE]</a></p><p>Except where otherwise stated, string comparisons must be
+ performed in a <a href="#case-sensitive">case-sensitive</a> manner.</p><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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1083
retrieving revision 1.1084
diff -u -d -r1.1083 -r1.1084
--- spec.html 27 Jul 2010 23:06:50 -0000 1.1083
+++ spec.html 27 Jul 2010 23:47:09 -0000 1.1084
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4146.
+This is revision 1.4147.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 27 July 2010 23:47:12 UTC