Skip to content

Commit a71c1c6

Browse files
committed
Fix minor wording around well-formed.
1 parent f558407 commit a71c1c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ <h3>Algorithm</h3>
12731273
If it is not a <a>string</a>, an
12741274
<a data-link-for="JsonLdErrorCode">invalid default language</a>
12751275
error has been detected and processing is aborted.
1276-
<span class="changed">If <var>value</var> is not a <a>well-formed</a> according to
1276+
<span class="changed">If <var>value</var> is not <a>well-formed</a> according to
12771277
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
12781278
processors SHOULD issue a warning.</span>
12791279
<span class="changed note">Processors MAY normalize <a>language tags</a> to lower case.</span>
@@ -1635,7 +1635,7 @@ <h3>Algorithm</h3>
16351635
<li>Initialize <var>language</var> to the value associated with the
16361636
<code>@language</code> <a>entry</a>, which MUST be either <code>null</code>
16371637
or a <a>string</a>.
1638-
<span class="changed">If <var>language</var> is not a <a>well-formed</a> according to
1638+
<span class="changed">If <var>language</var> is not <a>well-formed</a> according to
16391639
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
16401640
processors SHOULD issue a warning.</span>
16411641
Otherwise, an <a data-link-for="JsonLdErrorCode">invalid language mapping</a>
@@ -2142,7 +2142,7 @@ <h3>Algorithm</h3>
21422142
<var>value</var> is not a <a>string</a>, an
21432143
<a data-link-for="JsonLdErrorCode">invalid language-tagged string</a>
21442144
error has been detected and processing is aborted.
2145-
<span class="changed">If <var>value</var> is not a <a>well-formed</a> according to
2145+
<span class="changed">If <var>value</var> is not <a>well-formed</a> according to
21462146
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
21472147
processors SHOULD issue a warning.</span>
21482148
<span class="changed">
@@ -2291,7 +2291,7 @@ <h3>Algorithm</h3>
22912291
consisting of two
22922292
key-value pairs: (<code>@value</code>-<var>item</var>)
22932293
and (<code>@language</code>-<var>language</var>).
2294-
<span class="changed">If <var>item</var> is neither `@none` nor a <a>well-formed</a> according to
2294+
<span class="changed">If <var>item</var> is neither `@none` nor <a>well-formed</a> according to
22952295
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
22962296
processors SHOULD issue a warning.</span>
22972297
<span class="changed note">Processors MAY normalize <a>language tags</a> to lower case.</span>
@@ -5101,7 +5101,7 @@ <h2>Algorithm</h2>
51015101
from the `rdf:value` entry in <var>cl node</var>.</li>
51025102
<li>Add an <a>entry</a> to <var>node</var> for `@language` with the value taken
51035103
from the `rdf:language` entry in <var>cl node</var>, if any.
5104-
If that value is not a <a>well-formed</a> according to
5104+
If that value is not <a>well-formed</a> according to
51055105
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
51065106
an <a data-link-for="JsonLdErrorCode">invalid language-tagged string</a>
51075107
error has been detected and processing is aborted.</li>

0 commit comments

Comments
 (0)