Skip to content

Commit 6a1dae3

Browse files
committed
[e] (0) Be clear about whether to allow language-specific tailorings in compatibility caseless match.
Affected topics: HTML git-svn-id: http://svn.whatwg.org/webapps@8104 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent 9319633 commit 6a1dae3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

complete.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ <h3 id=case-sensitivity-and-string-comparison><span class=secno>2.3 </span>Case-
40984098
match.</p>
40994099

41004100
<p>Comparing two strings in a <dfn id=compatibility-caseless>compatibility caseless</dfn> manner means using the Unicode
4101-
<i>compatibility caseless match</i> operation to compare the two strings. <a href=#refsUNICODE>[UNICODE]</a></p>
4101+
<i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <a href=#refsUNICODE>[UNICODE]</a></p>
41024102

41034103
<p>Except where otherwise stated, string comparisons must be performed in a
41044104
<a href=#case-sensitive>case-sensitive</a> manner.</p>

index

+1-1
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
40984098
match.</p>
40994099

41004100
<p>Comparing two strings in a <dfn id=compatibility-caseless>compatibility caseless</dfn> manner means using the Unicode
4101-
<i>compatibility caseless match</i> operation to compare the two strings. <a href=#refsUNICODE>[UNICODE]</a></p>
4101+
<i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <a href=#refsUNICODE>[UNICODE]</a></p>
41024102

41034103
<p>Except where otherwise stated, string comparisons must be performed in a
41044104
<a href=#case-sensitive>case-sensitive</a> manner.</p>

source

+1-1
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
29762976
match.</p>
29772977

29782978
<p>Comparing two strings in a <dfn>compatibility caseless</dfn> manner means using the Unicode
2979-
<i>compatibility caseless match</i> operation to compare the two strings. <a
2979+
<i>compatibility caseless match</i> operation to compare the two strings, with no language-specific tailoirings. <a
29802980
href="#refsUNICODE">[UNICODE]</a></p>
29812981

29822982
<p>Except where otherwise stated, string comparisons must be performed in a

0 commit comments

Comments
 (0)