File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3005,7 +3005,8 @@ <h3>Algorithm</h3>
3005
3005
</ li >
3006
3006
</ ol >
3007
3007
</ li >
3008
- < li id ="alg-expand-resolve-nest " class ="changed "> For each key < var > nesting-key</ var > in < var > nests</ var >
3008
+ < li id ="alg-expand-resolve-nest " class ="changed "> For each key < var > nesting-key</ var > in < var > nests</ var > ,
3009
+ ordered lexicographically if {{JsonLdOptions/ordered}} is < code > true</ code > :
3009
3010
< ol >
3010
3011
< li > Initialize < var > nested values</ var > to the value of < var > nesting-key</ var >
3011
3012
in < var > element</ var > , ensuring that it is an < a > array</ a > .</ li >
@@ -7013,6 +7014,9 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
7013
7014
< li > Improved text in step < a href ="#alg-expand-container-mapping-type "> 13.8.3.7.5</ a >
7014
7015
to exclude the < var > expanded index</ var > being `@none`.
7015
7016
This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/264 "> Issue 264</ a > .</ li >
7017
+ < li > Update step < a href ="#alg-expand-resolve-nest "> 14</ a >
7018
+ to order by < var > nesting-key</ var > , if `ordered` is `true`.
7019
+ This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/295 "> Issue 295</ a > .</ li >
7016
7020
< li > Move step 13.15 of the expansion algorithm up one level to step < a href ="#alg-expand-resolve-nest "> 14</ a > ,
7017
7021
as it had accidentally been set to run for every entry in the object, rather than
7018
7022
after all entries had been expanded.
You can’t perform that action at this time.
0 commit comments