[html5] r5212 - [e] (0) Clarify that all string comparisons are case-sensitive unless otherwise [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 27 16:38:03 PDT 2010


Author: ianh
Date: 2010-07-27 16:38:01 -0700 (Tue, 27 Jul 2010)
New Revision: 5212

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that all string comparisons are case-sensitive unless otherwise stated.

Modified: complete.html
===================================================================
--- complete.html	2010-07-27 23:05:49 UTC (rev 5211)
+++ complete.html	2010-07-27 23:38:01 UTC (rev 5212)
@@ -3513,7 +3513,10 @@
   manner means using the Unicode <i>compatibility caseless match</i>
   operation to compare the two strings. <a href=#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

Modified: index
===================================================================
--- index	2010-07-27 23:05:49 UTC (rev 5211)
+++ index	2010-07-27 23:38:01 UTC (rev 5212)
@@ -3437,7 +3437,10 @@
   manner means using the Unicode <i>compatibility caseless match</i>
   operation to compare the two strings. <a href=#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

Modified: source
===================================================================
--- source	2010-07-27 23:05:49 UTC (rev 5211)
+++ source	2010-07-27 23:38:01 UTC (rev 5212)
@@ -2455,7 +2455,10 @@
   operation to compare the two strings. <a
   href="#refsUNICODE">[UNICODE]</a></p>
 
+  <p>Except where otherwise stated, string comparisons must be
+  performed in a <span>case-sensitive</span> manner.</p>
 
+
   <div class="impl">
 
   <p><dfn title="converted to ASCII uppercase">Converting a string to




More information about the Commit-Watchers mailing list