Skip to content

Commit 5b8d846

Browse files
committed
Reintroduce abbreviated Changes since CR section with updates.
1 parent dcd4869 commit 5b8d846

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6837,6 +6837,11 @@ <h4>JsonLdErrorCode</h4>
68376837
explicitly to `json-ld-1.0`.</li>
68386838
<li>Improve notation using <a>IRI</a>, <a>IRI reference</a>, and <a>relative IRI reference</a>.</li>
68396839
<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>
68406845
<li>Add `application/xhtml+xml` as an allowed media type in <a href="#process-html" class="sectionRef"></a>,
68416846
in the note in <a href="#loaddocumentcallback" class="sectionRef"></a>,
68426847
and as a use of the {{LoadDocumentOptions/profile}} API option.</li>
@@ -6853,13 +6858,15 @@ <h4>JsonLdErrorCode</h4>
68536858
</li>
68546859
<li>When creating an `i18n` datatype or `rdf:CompoundLiteral`, <a>language tags</a> are
68556860
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>
68566868
</ul>
68576869
</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-->
68636870

68646871
<section id="ack"
68656872
class="appendix informative"

0 commit comments

Comments
 (0)