@@ -2941,13 +2941,14 @@ <h3>Algorithm</h3>
2941
2941
< li > If < var > index value</ var > is not an < a > array</ a >
2942
2942
set < var > index value</ var > to an < a > array</ a > containing only
2943
2943
< var > index value</ var > .</ li >
2944
- < li > Initialize < var > index value</ var > to the result of
2944
+ < li id =" alg-expand-index-value " > Initialize < var > index value</ var > to the result of
2945
2945
using this algorithm recursively, passing
2946
2946
< var class ="changed "> map context</ var > as < var > active context</ var > ,
2947
2947
< var > key</ var > as < var > active property</ var > ,
2948
2948
< var > index value</ var > as < var > element</ var > ,
2949
2949
< var class ="changed "> base URL</ var > ,
2950
- < span class ="changed "> and the {{JsonLdOptions/frameExpansion}}
2950
+ < span class ="changed "> `true` for < var > from map</ var > ,
2951
+ and the {{JsonLdOptions/frameExpansion}}
2951
2952
and {{JsonLdOptions/ordered}} flags</ span > .</ li >
2952
2953
< li > For each < var > item</ var > in < var > index value</ var > :
2953
2954
< ol class ="algorithm changed ">
@@ -7043,6 +7044,10 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
7043
7044
to use any boolean value of `@protected`, not just `true`.</ li >
7044
7045
< li > Updated step < a href ="#alg-iric-value-map "> 4.5</ a > of the < a href ="#iri-compaction "> IRI Compaction algorithm</ a >
7045
7046
to use `@index` for any value with an `@index` entry.</ li >
7047
+ < li > Update step < a href ="#alg-expand-index-value "> 13.8.3.6</ a > of the
7048
+ < a href ="#expansion-algorithm "> Expansion algorithm</ a > to pass
7049
+ `true` for the < var > from map</ var > parameter to properly manage reverting
7050
+ < a > active contexts</ a > .</ li >
7046
7051
< li > Update step < a href ="#alg-compact-11_1 "> 11.1</ a > of the
7047
7052
< a href ="#compaction-algorithm "> Compaction Algorithm</ a >
7048
7053
to pass `false` for < var > propagate</ var > when calling the
0 commit comments