Skip to content

Commit ac7c278

Browse files
committed
Definition: ill-typed
1 parent 211bafc commit ac7c278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -765,12 +765,12 @@ <h3>Literals</h3>
765765
of the <a>datatype</a>, then the literal value is the result of applying
766766
the <a>lexical-to-value mapping</a> of the datatype to the
767767
<a>lexical form</a>.</li>
768-
<li>otherwise, the literal is ill-typed and no literal value can be
768+
<li>otherwise, the literal is <dfn>ill-typed</dfn> and no literal value can be
769769
associated with the literal. Such a case produces a semantic
770770
inconsistency but is not <em>syntactically</em> ill-formed.
771-
Implementations SHOULD accept ill-typed literals and produce RDF
771+
Implementations SHOULD accept [=ill-typed=] literals and produce RDF
772772
graphs from them. Implementations MAY produce warnings when
773-
encountering ill-typed literals.</li>
773+
encountering [=ill-typed=] literals.</li>
774774
</ul>
775775
</li>
776776
<li>If the literal's <a>datatype IRI</a> is <em>not</em>

0 commit comments

Comments
 (0)