@@ -2542,17 +2542,14 @@ <h3>Algorithm</h3>
2542
2542
< var class ="changed "> type-scoped context</ var > for < var > active context</ var > ,
2543
2543
< code > true</ code > for < var > vocab</ var > ,
2544
2544
and < code > true</ code > for < var > document relative</ var > to expand that value.</ li >
2545
- < li > Otherwise,
2545
+ < li id =" expansion-tsc " > Otherwise,
2546
2546
set < var > expanded value</ var > to the result of using the
2547
2547
< a href ="#iri-expansion "> IRI Expansion algorithm</ a > , passing
2548
2548
< var class ="changed "> type-scoped context</ var > for < var > active context</ var > ,
2549
2549
< code > true</ code > for < var > vocab</ var > ,
2550
2550
and < code > true</ code > for < var > document relative</ var > to expand the < var > value</ var >
2551
2551
or each of its items.
2552
- < span class ="changed "> If < var > result</ var > already has an entry for `@type`,
2553
- prepend the value of `@type` in < var > result</ var > to < var > expanded value</ var > ,
2554
- transforming it into an < a > array</ a > , if necessary.</ span >
2555
- </ li >
2552
+ </ li >
2556
2553
< li > < span class ="changed "> If < var > result</ var > already has an entry for `@type`,
2557
2554
prepend the value of `@type` in < var > result</ var > to < var > expanded value</ var > ,
2558
2555
transforming it into an < a > array</ a > , if necessary.</ span >
@@ -6887,6 +6884,15 @@ <h4>JsonLdErrorCode</h4>
6887
6884
< li > Ignore terms and IRIs that have the form of a keyword (`"@"1*ALPHA`).</ li >
6888
6885
</ ul >
6889
6886
</ section >
6887
+ < section class ="appendix informative " id ="changes-from-cr ">
6888
+ < h2 > Changes since Candidate Release of 12 November 2019</ h2 >
6889
+ < ul >
6890
+ < li > Remove text from < a href ="#expansion-tsc "> 13.4.4.4</ a > of the
6891
+ < a href ="#expansion-algorithm "> Expansion algorithm</ a >
6892
+ that duplicate the following step.
6893
+ This is in response to < a href ="https://github.com/w3c/json-ld-api/issues/243 "> Issue 243</ a > .</ li >
6894
+ </ ul >
6895
+ </ section >
6890
6896
6891
6897
< section id ="ack "
6892
6898
class ="appendix informative "
0 commit comments