@@ -6837,6 +6837,11 @@ <h4>JsonLdErrorCode</h4>
6837
6837
explicitly to `json-ld-1.0`.</ li >
6838
6838
< li > Improve notation using < a > IRI</ a > , < a > IRI reference</ a > , and < a > relative IRI reference</ a > .</ li >
6839
6839
< li > Ignore terms and IRIs that have the form of a keyword (`"@"1*ALPHA`).</ li >
6840
+ </ ul >
6841
+ </ section >
6842
+ < section class ="appendix informative " id ="changes-from-cr ">
6843
+ < h2 > Changes since Candidate Release of 12 December 2019</ h2 >
6844
+ < ul >
6840
6845
< li > Add `application/xhtml+xml` as an allowed media type in < a href ="#process-html " class ="sectionRef "> </ a > ,
6841
6846
in the note in < a href ="#loaddocumentcallback " class ="sectionRef "> </ a > ,
6842
6847
and as a use of the {{LoadDocumentOptions/profile}} API option.</ li >
@@ -6853,13 +6858,15 @@ <h4>JsonLdErrorCode</h4>
6853
6858
</ li >
6854
6859
< li > When creating an `i18n` datatype or `rdf:CompoundLiteral`, < a > language tags</ a > are
6855
6860
normalized to lower case to improve interoperability between implementations.</ li >
6861
+ < li > Moved non-recursive portions algorithms
6862
+ into the {{JsonLdProcessor}} processing steps.</ li >
6863
+ < li > Fix some {{JsonLdOption}} initializers where defaults are `null`.
6864
+ Set default value for < a data-link-for ="JsonLdOptions "> processingMode</ a > to `json-ld-1.1`.</ li >
6865
+ < li > Remove normative text for canonicalizing `rdf:JSON` literals and
6866
+ reference the `rdf:JSON` datatype of the syntax document
6867
+ for the conversion of the < a > JSON Literals</ a > in < a href ="#data-round-tripping " class ="sectionRef "> </ a > .</ li >
6856
6868
</ ul >
6857
6869
</ section >
6858
- <!--section class="appendix informative" id="changes-from-cr">
6859
- <h2>Changes since Candidate Release of 12 December 2019</h2>
6860
- <ul>
6861
- </ul>
6862
- </section-->
6863
6870
6864
6871
< section id ="ack "
6865
6872
class ="appendix informative "
0 commit comments