[html5] r8104 - [e] (0) Be clear about whether to allow language-specific tailorings in compatib [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 30 14:45:55 PDT 2013


Author: ianh
Date: 2013-07-30 14:45:54 -0700 (Tue, 30 Jul 2013)
New Revision: 8104

Modified:
   complete.html
   index
   source
Log:
[e] (0) Be clear about whether to allow language-specific tailorings in compatibility caseless match.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-30 20:26:53 UTC (rev 8103)
+++ complete.html	2013-07-30 21:45:54 UTC (rev 8104)
@@ -4098,7 +4098,7 @@
   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=#refsUNICODE>[UNICODE]</a></p>
+  <i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <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>

Modified: index
===================================================================
--- index	2013-07-30 20:26:53 UTC (rev 8103)
+++ index	2013-07-30 21:45:54 UTC (rev 8104)
@@ -4098,7 +4098,7 @@
   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=#refsUNICODE>[UNICODE]</a></p>
+  <i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <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>

Modified: source
===================================================================
--- source	2013-07-30 20:26:53 UTC (rev 8103)
+++ source	2013-07-30 21:45:54 UTC (rev 8104)
@@ -2976,7 +2976,7 @@
   match.</p>
 
   <p>Comparing two strings in a <dfn>compatibility caseless</dfn> manner means using the Unicode
-  <i>compatibility caseless match</i> operation to compare the two strings. <a
+  <i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <a
   href="#refsUNICODE">[UNICODE]</a></p>
 
   <p>Except where otherwise stated, string comparisons must be performed in a




More information about the Commit-Watchers mailing list