Skip to content

Commit 9714dbd

Browse files
hartigpchampin
authored andcommitted
'component elements' -> 'components', as per #198 (comment)
1 parent b25e4a0 commit 9714dbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<p>Compared to RDF 1.1, RDF 1.2 introduces the ability to use an <a>RDF triple</a>
9292
as a <a>triple term</a>, in the <a>object</a> position of another <a>triple</a>.
9393
RDF 1.2 also introduces <a>directional language-tagged strings</a>,
94-
which contain a <a>base direction</a> element that allows the
94+
which contain a <a>base direction</a> component that allows the
9595
initial text direction to be specified for presentation by a user agent.</p>
9696

9797
<p>This specification introduces key concepts and terminology for RDF 1.2, and subsequently discusses
@@ -923,7 +923,7 @@ <h3>Literals</h3>
923923
<p>Literals are used for values such as strings, numbers, and dates.</p>
924924

925925
<p>A <dfn data-local-lt="RDF literal">literal</dfn> consists of
926-
two, three, or four component elements, as follows:</p>
926+
two, three, or four components, as below:</p>
927927

928928
<ol>
929929
<li>A <dfn>lexical form</dfn>, being an <a data-lt="string">RDF string</a>.
@@ -947,10 +947,10 @@ <h3>Literals</h3>
947947
</ul></li>
948948
</ol>
949949

950-
<p>A literal is a <dfn>language-tagged string</dfn> if the third element
951-
is present and the fourth element is not present.
950+
<p>A literal is a <dfn>language-tagged string</dfn> if the [=language tag=]
951+
is present and the [=base direction=] is <em>not</em> present.
952952
A literal is a <dfn id="dfn-dir-lang-string">directional language-tagged string</dfn>
953-
if both the third element and fourth elements are present.
953+
if both the [=language tag=] and the [=base direction=] are present.
954954
</p>
955955

956956
<p><dfn data-local-lt="term-equal">Literal term equality</dfn>:
@@ -2183,7 +2183,7 @@ <h2>Changes between RDF 1.1 and RDF 1.2</h2>
21832183
and extended the definition of
21842184
<a>RDF triple</a> to permit triple terms as objects.
21852185
Also defines <a>reifier</a> and <a>reifying triple</a>.</li>
2186-
<li>Added the <a>base direction</a> element as part of
2186+
<li>Added the <a>base direction</a> component as part of
21872187
a <a>literal</a>,
21882188
and a description of its use in <a href="#section-text-direction" class="sectionRef"></a>.</li>
21892189
<li>Improved the use of IRI terminology,

0 commit comments

Comments
 (0)