Skip to content

Commit 8c3826f

Browse files
committed
Add inline ednotes for places that are affected by issue #480.
1 parent eed08cd commit 8c3826f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,9 @@ <h3>Algorithm</h3>
16121612
key-value pairs: (<code>@value</code>-<em>item</em>)
16131613
and (<code>@language</code>-lowercased
16141614
<em>language</em>),
1615-
<span class="changed">unless <em>item</em> is <code>null</code></span>.</li>
1615+
<span class="changed">unless <em>item</em> is <code>null</code></span>.
1616+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
1617+
the language tag <code>@none</code> represents no language.</span></li>
16161618
</ol>
16171619
</li>
16181620
</ol>
@@ -1653,7 +1655,9 @@ <h3>Algorithm</h3>
16531655
and <em>item</em> does not have the key
16541656
<code>@index</code>, add the key-value pair
16551657
(<code>@index</code>-<em>index</em>) to
1656-
<em>item</em>.</li>
1658+
<em>item</em>.
1659+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
1660+
the index <code>@none</code> represents no index.</span></li>
16571661
<li>Otherwise, if <a>container mapping</a> is <code>@id</code>
16581662
and <em>item</em> does not have the key
16591663
<code>@id</code>, add the key-value pair
@@ -1872,7 +1876,9 @@ <h3>Algorithm</h3>
18721876
value to the language code associated with the
18731877
<a>language mapping</a>; unless the
18741878
<a>language mapping</a> is set to <code>null</code> in
1875-
which case no member is added.</li>
1879+
which case no member is added.
1880+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
1881+
the language tag <code>@none</code> represents no language.</span></li>
18761882
<li>Otherwise, if the <a>active context</a> has a
18771883
<a>default language</a>, add an <code>@language</code>
18781884
to <em>result</em> and set its value to the
@@ -2135,7 +2141,9 @@ <h3>Algorithm</h3>
21352141
in <a>active context</a> that is <code>@index</code>,
21362142
then the compacted result will be inside of an <code>@index</code>
21372143
container, drop the <code>@index</code> property by continuing
2138-
to the next <em>expanded property</em>.</li>
2144+
to the next <em>expanded property</em>.
2145+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
2146+
the index <code>@none</code> represents no index.</span></li>
21392147
<li>Otherwise, if <em>expanded property</em> is <code>@index</code>,
21402148
<code>@value</code>, or <code>@language</code>:
21412149
<ol class="algorithm">
@@ -2269,11 +2277,15 @@ <h3>Algorithm</h3>
22692277
for <em>vocab</em>.</li>
22702278
<li>Initialize <em>map key</em> to the value associated with
22712279
with the key that equals <em>container</em> in
2272-
<em>expanded item</em>.</li>
2280+
<em>expanded item</em>.
2281+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
2282+
the index <code>@none</code> represents no index.</span></li>
22732283
<li>If <em>container</em> is <code>@language</code> and
22742284
<em>compacted item</em> contains the key
22752285
<code>@value</code>, then set <em>compacted item</em>
2276-
to the value associated with its <code>@value</code> key.</li>
2286+
to the value associated with its <code>@value</code> key.
2287+
<span class="ednote">From <a href="#issue-480">Issue 480</a>
2288+
the language tag <code>@none</code> represents no language.</span></li>
22772289
<li class="changed">If <em>container</em> is <code>@id</code>, set
22782290
<em>map key</em> to the result of calling the <a
22792291
href="#iri-compaction">IRI Compaction algorithm</a>

0 commit comments

Comments
 (0)