Skip to content

Commit

Permalink
Fix markup errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 25, 2024
1 parent dd1d4ea commit 0957e91
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -810,14 +810,15 @@ <h2>Literals</h2>

<p><dfn data-local-lt="term-equal">Literal term equality</dfn>:
Two literals are term-equal (the same <a>RDF literal</a>)
if and only if:
<ul>
<li>the two <a>lexical forms</a> compare equal</li>
<li>the two <a>datatype IRIs</a> compare equal</li>
<li>the two <a>language tags</a> (if any) compare equal</li>
<li>the two <a>base directions</a> (if any) compare equal</li>
</ul>
Comparison is performed using
if and only if:</p>

<ul>
<li>the two <a>lexical forms</a> compare equal</li>
<li>the two <a>datatype IRIs</a> compare equal</li>
<li>the two <a>language tags</a> (if any) compare equal</li>
<li>the two <a>base directions</a> (if any) compare equal</li>
</ul>
<p>Comparison is performed using
<a data-cite="I18N-GLOSSARY#dfn-case-sensitive">case sensitive matching</a>
(see description of string comparison in
<a href="#rdf-strings" class="sectionRef"></a>)
Expand Down Expand Up @@ -860,7 +861,7 @@ <h3>Initial Text Direction</h3>
can detect text direction from the initial character.
For example "<bdi lang="ar">اَلأَعْشَى</bdi> - 1st place" displays the
aarabic characters in a right-to-left fashion, while in memory
they would be stored as "<bdo lang="ar">اَلأَعْشَى</bdo> - 1st place"</p>
they would be stored as "<bdo dir="ltr" lang="ar">اَلأَعْشَى</bdo> - 1st place"</p>
</section>
</section>

Expand Down

0 comments on commit 0957e91

Please sign in to comment.