Skip to content

Commit 681ba74

Browse files
committed
Tweak to Value Compaction to do case-insensitive comparision of language tags.
1 parent a71c1c6 commit 681ba74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4163,6 +4163,7 @@ <h3>Algorithm</h3>
41634163
</ol>
41644164
</li>
41654165
<li>Otherwise, if the value of `@language` in <var>item</var> exactly matches <var>language</var>,
4166+
<span class="changed">using a case-insenstive comparision</span>
41664167
if it is not `null`, or is not present, if <var>language</var> is `null`,
41674168
<span class="changed">and the value of `@direction` in <var>item</var> exactly matches <var>direction</var>,
41684169
if it is not `null`, or is not present, if <var>direction</var> is `null`</span>:

0 commit comments

Comments
 (0)