Skip to content

Commit f558407

Browse files
committed
Revert language about handling invalid language tags.
1 parent ea01bb7 commit f558407

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -908,12 +908,10 @@ <h2>RDF Serialization/Deserialization</h2>
908908
the algorithms defined in this specification</span>.</p>
909909

910910
<p><a>JSON-LD Processors</a> MUST NOT
911-
attempt to correct malformed <a>IRIs</a> or language tags;
911+
attempt to correct malformed <a>IRIs</a> or <a>language tags</a>;
912912
however, they SHOULD issue validation warnings.
913-
<span class="changed">Invalid language tags MUST be ignored.</span>
914-
IRIs are not modified other
915-
than conversion between <a data-lt="relative IRI">relative</a> and
916-
<a>absolute IRIs</a>.</p>
913+
IRIs are not modified other than conversion between
914+
<a data-lt="relative IRI">relative</a> and <a>absolute IRIs</a>.</p>
917915

918916
<p>A conforming <dfn data-lt="RDF Serializers/Deserializers">RDF Serializer/Deserializer</dfn> is a system that can
919917
<a href="#deserialize-json-ld-to-rdf-algorithm">deserialize JSON-LD to RDF</a> and

0 commit comments

Comments
 (0)