Skip to content

Commit 0ccf4b2

Browse files
committed
Fix some awkwardness in wording when considering @language in Expansion (from @pchampin).
1 parent 681ba74 commit 0ccf4b2

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
@@ -2141,12 +2141,12 @@ <h3>Algorithm</h3>
21412141
<li>If <var>expanded property</var> is <code>@language</code> and
21422142
<var>value</var> is not a <a>string</a>, an
21432143
<a data-link-for="JsonLdErrorCode">invalid language-tagged string</a>
2144-
error has been detected and processing is aborted.
2145-
<span class="changed">If <var>value</var> is not <a>well-formed</a> according to
2146-
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
2147-
processors SHOULD issue a warning.</span>
2144+
error has been detected and processing is aborted,
21482145
<span class="changed">
2149-
Otherwise, set <var>expanded value</var> to <var>value</var>.
2146+
otherwise, set <var>expanded value</var> to <var>value</var>.
2147+
If <var>value</var> is not <a>well-formed</a> according to
2148+
<a data-cite="BCP47#section-2.2.9">section 2.2.9</a> of [[BCP47]],
2149+
processors SHOULD issue a warning.
21502150
When the {{JsonLdOptions/frameExpansion}} flag is set, <var>value</var>
21512151
may also be an empty <a>map</a> or an array of zero or
21522152
<a>strings</a>. <var>expanded value</var> will be an

0 commit comments

Comments
 (0)