Skip to content

Commit 0b13bd2

Browse files
committed
"base direction" => "initial text direction".
1 parent b7fdd1a commit 0b13bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ <h2>Parsing</h2>
773773

774774
Literals are composed of a <a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical form</a>
775775
and an optional <a data-cite="RDF12-CONCEPTS#dfn-language-tag">language tag</a> [[!BCP47]]
776-
– possibly including a <a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a>
776+
– possibly including an <a data-cite="RDF12-CONCEPTS#dfn-base-direction">initial text direction</a>
777777
or an optional <a data-cite="RDF12-CONCEPTS#dfn-datatype-iri">datatype IRI</a>.
778778
An extra type, <code id="prefix" class="dfn">prefix</code>, is used during parsing to map string identifiers to namespace IRIs.
779779

@@ -1235,7 +1235,7 @@ <h2>Changes between RDF 1.1 and RDF 1.2</h2>
12351235
and updated language.</li>
12361236
<li>Changes the `LANGTAG` terminal production to
12371237
<a href="#grammar-production-LANG_DIR" class="type langDir"><code>LANG_DIR</code></a> to include
1238-
an optional <a data-cite="RDF12-CONCEPTS#dfn-base-direction">base direction</a>.</li>
1238+
an optional <a data-cite="RDF12-CONCEPTS#dfn-base-direction">initial text direction</a>.</li>
12391239
<li>Added <a href="#triple-terms" class="sectionRef">Triple Terms</a> for representing
12401240
<a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a> in TriG.</li>
12411241
<li>Removed the `NIL` terminal production from the grammar, which was unused.</li>

0 commit comments

Comments
 (0)