@@ -1612,7 +1612,9 @@ <h3>Algorithm</h3>
1612
1612
key-value pairs: (< code > @value</ code > -< em > item</ em > )
1613
1613
and (< code > @language</ code > -lowercased
1614
1614
< 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 >
1616
1618
</ ol >
1617
1619
</ li >
1618
1620
</ ol >
@@ -1653,7 +1655,9 @@ <h3>Algorithm</h3>
1653
1655
and < em > item</ em > does not have the key
1654
1656
< code > @index</ code > , add the key-value pair
1655
1657
(< 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 >
1657
1661
< li > Otherwise, if < a > container mapping</ a > is < code > @id</ code >
1658
1662
and < em > item</ em > does not have the key
1659
1663
< code > @id</ code > , add the key-value pair
@@ -1872,7 +1876,9 @@ <h3>Algorithm</h3>
1872
1876
value to the language code associated with the
1873
1877
< a > language mapping</ a > ; unless the
1874
1878
< 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 >
1876
1882
< li > Otherwise, if the < a > active context</ a > has a
1877
1883
< a > default language</ a > , add an < code > @language</ code >
1878
1884
to < em > result</ em > and set its value to the
@@ -2135,7 +2141,9 @@ <h3>Algorithm</h3>
2135
2141
in < a > active context</ a > that is < code > @index</ code > ,
2136
2142
then the compacted result will be inside of an < code > @index</ code >
2137
2143
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 >
2139
2147
< li > Otherwise, if < em > expanded property</ em > is < code > @index</ code > ,
2140
2148
< code > @value</ code > , or < code > @language</ code > :
2141
2149
< ol class ="algorithm ">
@@ -2269,11 +2277,15 @@ <h3>Algorithm</h3>
2269
2277
for < em > vocab</ em > .</ li >
2270
2278
< li > Initialize < em > map key</ em > to the value associated with
2271
2279
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 >
2273
2283
< li > If < em > container</ em > is < code > @language</ code > and
2274
2284
< em > compacted item</ em > contains the key
2275
2285
< 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 >
2277
2289
< li class ="changed "> If < em > container</ em > is < code > @id</ code > , set
2278
2290
< em > map key</ em > to the result of calling the < a
2279
2291
href ="#iri-compaction "> IRI Compaction algorithm</ a >
0 commit comments