From 6bf9ef4e2135c0146a8120b9732f67809503bb9c Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Tue, 8 Aug 2023 14:08:23 -0700 Subject: [PATCH] Add title reference for XPATH-FUNCTIONS. --- common/terms.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/terms.html b/common/terms.html index f9ce0c45..9660e67e 100644 --- a/common/terms.html +++ b/common/terms.html @@ -1,5 +1,5 @@

Terms imported from Other Specifications

-

Terms imported from [[[ECMASCRIPT]]] [[ECMASCRIPT]], [[[RFC8259]]] [[RFC8259]], [[[INFRA]]] [[INFRA]], [[XPATH-FUNCTIONS]], and [[[WEBIDL]]] [[WEBIDL]]

+

Terms imported from [[[ECMASCRIPT]]] [[ECMASCRIPT]], [[[RFC8259]]] [[RFC8259]], [[[INFRA]]] [[INFRA]], [[[XPATH-FUNCTIONS]]] [[XPATH-FUNCTIONS]], and [[[WEBIDL]]] [[WEBIDL]]

array
In the JSON serialization, @@ -58,7 +58,7 @@
Unicode code point order
This refers to determining the order of two Unicode strings (`A` and `B`), using Unicode Codepoint Collation, - as defined in [[XPATH-FUNCTIONS]], + as defined in [[[XPATH-FUNCTIONS]]] [[XPATH-FUNCTIONS]], which defines a total ordering of strings comparing code points.