Skip to content

Commit f170ba2

Browse files
committed
Fix base direction links
1 parent b5336fa commit f170ba2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7275,12 +7275,13 @@ <h5>CONCAT</h5>
72757275
<a data-cite="XPATH-FUNCTIONS-31#func-concat">fn:concat</a> function.
72767276
If all input literals are literals with the same
72777277
<a data-cite="RDF12-CONCEPTS#dfn-language-tag">language tag</a>
7278-
and same <a class="lint-ignore">base direction</a>
7278+
and same <a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a>,
72797279
then the returned string literal is a literal with that language
72807280
tag and base direction.
72817281
If all input literals are literals with the same
72827282
<a data-cite="RDF12-CONCEPTS#dfn-language-tag">language tag</a>,
7283-
but not all the same <a class="lint-ignore">base direction</a>,
7283+
but not all the same
7284+
<a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a>,
72847285
the returned literal is a literal with that language tag and no
72857286
base direction.
72867287
</p>

0 commit comments

Comments
 (0)