Skip to content

Commit c887c75

Browse files
authored
Merge pull request #167 from w3c/PR162FollowUp
Clarification of the points of 'literal term equality'
2 parents 0301846 + 20d722b commit c887c75

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

spec/index.html

+11-10
Original file line numberDiff line numberDiff line change
@@ -789,18 +789,19 @@ <h3>Literals</h3>
789789
if and only if the following are all true:</p>
790790

791791
<ul>
792-
<li>The two <a>lexical forms</a> compare equal.</li>
793-
<li>The two <a>datatype IRIs</a> compare equal.</li>
794-
<li>The two <a>language tags</a> are either both absent, or both present and compare equal.</li>
792+
<li>The two <a>lexical forms</a> compare equal,
793+
where this comparison is performed using
794+
<a data-cite="I18N-GLOSSARY#dfn-case-sensitive">case-sensitive matching</a>
795+
(see description of string comparison in
796+
<a href="#rdf-strings" class="sectionRef"></a>).</li>
797+
<li>The two <a>datatype IRIs</a> compare [=IRI equality|equal=]
798+
(per [=IRI equality=]).</li>
799+
<li>The two <a>language tags</a> are either both absent, or both present and compare equal,
800+
where this comparison is performed using
801+
<a data-cite="I18N-GLOSSARY#dfn-ascii-case-insensitive">ASCII case-insensitive matching</a>
802+
(in contrast to the case-sensitive comparison of the lexical forms).</li>
795803
<li>The two <a>base directions</a> are either both absent, both `ltr`, or both `rtl`.</li>
796804
</ul>
797-
<p>Comparison of the [=lexical forms=] and of the [=datatype IRIs=] is performed using
798-
<a data-cite="I18N-GLOSSARY#dfn-case-sensitive">case sensitive matching</a>
799-
(see description of string comparison in
800-
<a href="#rdf-strings" class="sectionRef"></a>).
801-
Comparison of the [=language tags=] is performed using
802-
<a data-cite="I18N-GLOSSARY#dfn-case-sensitive">ASCII case-insensitive matching</a>.
803-
</p>
804805

805806
<section>
806807
<h2>Representation of literals</h2>

0 commit comments

Comments
 (0)