@@ -2461,14 +2461,16 @@ <h3>Algorithm</h3>
2461
2461
< var > value</ var > , and < code > true</ code > for < var > vocab</ var > :
2462
2462
< ol >
2463
2463
< li > Convert < var > value</ var > into an < a > array</ a > , if necessary.</ li >
2464
- < li > For each < var > term</ var > which is a value of < var > value</ var > ordered lexicographically,
2464
+ < li id =" expand-type-scoped-context " > For each < var > term</ var > which is a value of < var > value</ var > ordered lexicographically,
2465
2465
if < var > term</ var > is a < a > string</ a > ,
2466
2466
and < var > term</ var > 's < a > term definition</ a > in < var > active context</ var >
2467
2467
has a < a > local context</ a > , set < var > active context</ var > to the result
2468
2468
to the result of the
2469
2469
< a href ="#context-processing-algorithm "> Context Processing algorithm</ a > ,
2470
- passing < var > active context</ var > , and the value of the
2471
- < var > term</ var > 's < a > local context</ a > as < var > local context</ var > .</ li >
2470
+ passing < var > active context</ var > ,
2471
+ the value of the
2472
+ < var > term</ var > 's < a > local context</ a > as < var > local context</ var > ,
2473
+ and `false` for < var > propagate</ var > .</ li >
2472
2474
</ ol >
2473
2475
</ li >
2474
2476
< li > Initialize two empty < a class ="changed "> maps</ a > , < var > result</ var >
@@ -6901,6 +6903,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
6901
6903
< a href ="#expansion-algorithm "> Expansion algorithm</ a >
6902
6904
that duplicate the following step.
6903
6905
This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/243 "> Issue 243</ a > .</ li >
6906
+ < li > Update step < a href ="#expand-type-scoped-context "> 11.1</ a > of the
6907
+ < a href ="#expansion-algorithm "> Expansion algorithm</ a >
6908
+ to make sure the < a > type-scoped context</ a > is not propagated by default.
6909
+ This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/243 "> Issue 246</ a > .</ li >
6904
6910
</ ul >
6905
6911
</ section >
6906
6912
0 commit comments