@@ -2469,14 +2469,16 @@ <h3>Algorithm</h3>
2469
2469
< var > value</ var > , and < code > true</ code > for < var > vocab</ var > :
2470
2470
< ol >
2471
2471
< li > Convert < var > value</ var > into an < a > array</ a > , if necessary.</ li >
2472
- < li > For each < var > term</ var > which is a value of < var > value</ var > ordered lexicographically,
2472
+ < li id =" expand-type-scoped-context " > For each < var > term</ var > which is a value of < var > value</ var > ordered lexicographically,
2473
2473
if < var > term</ var > is a < a > string</ a > ,
2474
2474
and < var > term</ var > 's < a > term definition</ a > in < var > active context</ var >
2475
2475
has a < a > local context</ a > , set < var > active context</ var > to the result
2476
2476
to the result of the
2477
2477
< a href ="#context-processing-algorithm "> Context Processing algorithm</ a > ,
2478
- passing < var > active context</ var > , and the value of the
2479
- < var > term</ var > 's < a > local context</ a > as < var > local context</ var > .</ li >
2478
+ passing < var > active context</ var > ,
2479
+ the value of the
2480
+ < var > term</ var > 's < a > local context</ a > as < var > local context</ var > ,
2481
+ and `false` for < var > propagate</ var > .</ li >
2480
2482
</ ol >
2481
2483
</ li >
2482
2484
< li > Initialize two empty < a class ="changed "> maps</ a > , < var > result</ var >
@@ -6920,6 +6922,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
6920
6922
< a href ="#create-term-definition "> Create Term Definition algorithm</ a >
6921
6923
to prevent an issue where < var > term</ var > might not be defined at the time it is expanded.
6922
6924
This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/245 "> Issue 245</ a > .</ li >
6925
+ < li > Update step < a href ="#expand-type-scoped-context "> 11.1</ a > of the
6926
+ < a href ="#expansion-algorithm "> Expansion algorithm</ a >
6927
+ to make sure the < a > type-scoped context</ a > is not propagated by default.
6928
+ This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/243 "> Issue 246</ a > .</ li >
6923
6929
</ ul >
6924
6930
</ section >
6925
6931
0 commit comments