Skip to content

Commit

Permalink
Add title reference for XPATH-FUNCTIONS.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 9, 2023
1 parent e571b76 commit 6bf9ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/terms.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section><h3>Terms imported from Other Specifications</h3>
<p>Terms imported from [[[ECMASCRIPT]]] [[ECMASCRIPT]], [[[RFC8259]]] [[RFC8259]], [[[INFRA]]] [[INFRA]], [[XPATH-FUNCTIONS]], and [[[WEBIDL]]] [[WEBIDL]]</p>
<p>Terms imported from [[[ECMASCRIPT]]] [[ECMASCRIPT]], [[[RFC8259]]] [[RFC8259]], [[[INFRA]]] [[INFRA]], [[[XPATH-FUNCTIONS]]] [[XPATH-FUNCTIONS]], and [[[WEBIDL]]] [[WEBIDL]]</p>
<dl class="termlist" data-sort>
<dt><dfn data-cite="INFRA#list" class="preserve">array</dfn></dt><dd>
In the JSON serialization,
Expand Down Expand Up @@ -58,7 +58,7 @@
<dt><dfn data-cite="XPATH-FUNCTIONS#codepoint-collation" data-lt="code point order|code point ordered|unicode codepoint collation">Unicode code point order</dfn></dt>
<dd>This refers to determining the order of two Unicode strings (`A` and `B`),
using <a>Unicode Codepoint Collation</a>,
as defined in [[XPATH-FUNCTIONS]],
as defined in [[[XPATH-FUNCTIONS]]] [[XPATH-FUNCTIONS]],
which defines a
<a href="https://en.wikipedia.org/wiki/Total_order">total ordering</a>
of <a>strings</a> comparing <a data-cite="INFRA#code-point">code points</a>.
Expand Down

0 comments on commit 6bf9ef4

Please sign in to comment.