Skip to content

Commit 2d6fe87

Browse files
committed
Better organize changes since CR section.
1 parent c93c33b commit 2d6fe87

File tree

1 file changed

+48
-47
lines changed

1 file changed

+48
-47
lines changed

index.html

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6927,53 +6927,46 @@ <h4>JsonLdErrorCode</h4>
69276927
<section class="appendix informative" id="changes-from-cr">
69286928
<h2>Changes since Candidate Release of 12 December 2019</h2>
69296929
<ul>
6930-
<li>Merged <a href="#ctd-id-null">the former substep 16.1</a> into step 16 of the
6931-
<a href="#create-term-definition">Create Term Definition algorithm</a>,
6932-
to make the control flow clearer and homogeneous with the rest of the specification.
6933-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/241">Issue 241</a>.</li>
6934-
<li>Clarified step <a href="#ctd-container">21.1</a> of the
6935-
<a href="#create-term-definition">Create Term Definition algorithm</a>
6936-
that `@graph` may be used with `@set`.
6937-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
6938-
<li>Remove text from <a href="#expansion-tsc">13.4.4.4</a> of the
6939-
<a href="#expansion-algorithm">Expansion algorithm</a>
6940-
that duplicate the following step.
6941-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 243</a>.</li>
6942-
<li>Add `application/xhtml+xml` as an allowed media type in <a href="#process-html" class="sectionRef"></a>,
6943-
in the note in <a href="#loaddocumentcallback" class="sectionRef"></a>,
6944-
and as a use of the {{LoadDocumentOptions/profile}} API option.
6945-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/244">Issue 244</a>.</li>
6946-
<li>Updated step <a href="#ctd-contains-colon">16.4</a> of the
6947-
<a href="#create-term-definition">Create Term Definition algorithm</a>
6948-
to prevent an issue where <var>term</var> might not be defined at the time it is expanded.
6949-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/245">Issue 245</a>.</li>
6950-
<li>Update step <a href="#expand-type-scoped-context">11.2</a> of the
6951-
<a href="#expansion-algorithm">Expansion algorithm</a>
6952-
to make sure the <a>type-scoped context</a> is not propagated by default.
6953-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 246</a>.</li>
6954-
<li>Added missing `@none` in <a href="#ctd-invalid-type">13.4</a> of the
6955-
<a href="#create-term-definition">Create Term Definition algorithm</a>.
6956-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/259">Issue 259</a>.</li>
6957-
<li>Added missing keywords to step <a href="#ctd-invalid-entries">28</a> of the
6958-
<a href="#create-term-definition">Create Term Definition algorithm</a>.
6959-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/261">Issue 261</a>.</li>
6960-
<li>Move step 13.15 of the expansion algorithm up one level to step <a href="#alg-expand-resolve-nest">14</a> of the
6961-
<a href="#expansion-algorithm">Expansion algorithm</a>,
6962-
as it had accidentally been set to run for every entry in the object, rather than
6963-
after all entries had been expanded.
6964-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/262">Issue 262</a>.</li>
6965-
<li>Improved text in step <a href="#alg-expand-container-mapping-type">13.8.3.7.5</a>
6966-
of the <a href="#expansion-algorithm">Expansion algorithm</a> to exclude
6967-
the <var>expanded index</var> being `@none`.
6968-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/264">Issue 264</a>.</li>
6969-
<li>Updated step <a href="#alg-expand-initialize-vars">12</a>
6970-
of the
6971-
<a href="#expansion-algorithm">Expansion algorithm</a>
6972-
<var>input type</var> to use the expanded value.
6973-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/269">Issue 269</a>.</li>
6974-
<li>Changed step <a href="#alg-expand-only-language">18</a> of the <a href="#expansion-algorithm">Expansion algorithm</a>
6975-
to return `null`, not set <var>result</var> to `null`.
6976-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/284">Issue 284</a>.</li>
6930+
<li>Misclaneous updates to <a href="#create-term-definition" class="sectionRef"></a>:
6931+
<ul>
6932+
<li>Added missing `@none` in <a href="#ctd-invalid-type">13.4</a>.
6933+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/259">Issue 259</a>.</li>
6934+
<li>Merged <a href="#ctd-id-null">the former substep 16.1</a> into step 16
6935+
to make the control flow clearer and homogeneous with the rest of the specification.
6936+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/241">Issue 241</a>.</li>
6937+
<li>Updated step <a href="#ctd-contains-colon">16.4</a>
6938+
to prevent an issue where <var>term</var> might not be defined at the time it is expanded.
6939+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/245">Issue 245</a>.</li>
6940+
<li>Clarified step <a href="#ctd-container">21.1</a>
6941+
that `@graph` may be used with `@set`.
6942+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
6943+
<li>Added missing keywords to step <a href="#ctd-invalid-entries">28</a>.
6944+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/261">Issue 261</a>.</li>
6945+
</ul>
6946+
</li>
6947+
<li>Misclaneous updates to <a href="#expansion" class="sectionRef"></a>:
6948+
<ul>
6949+
<li>Update step <a href="#expand-type-scoped-context">11.2</a>
6950+
to make sure the <a>type-scoped context</a> is not propagated by default.
6951+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 246</a>.</li>
6952+
<li>Updated step <a href="#alg-expand-initialize-vars">12</a>
6953+
<var>input type</var> to use the expanded value.
6954+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/269">Issue 269</a>.</li>
6955+
<li>Remove text from <a href="#expansion-tsc">13.4.4.4</a>
6956+
that duplicate the following step.
6957+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 243</a>.</li>
6958+
<li>Improved text in step <a href="#alg-expand-container-mapping-type">13.8.3.7.5</a>
6959+
to exclude the <var>expanded index</var> being `@none`.
6960+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/264">Issue 264</a>.</li>
6961+
<li>Move step 13.15 of the expansion algorithm up one level to step <a href="#alg-expand-resolve-nest">14</a>,
6962+
as it had accidentally been set to run for every entry in the object, rather than
6963+
after all entries had been expanded.
6964+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/262">Issue 262</a>.</li>
6965+
<li>Changed step <a href="#alg-expand-only-language">18</a>
6966+
to return `null`, not set <var>result</var> to `null`.
6967+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/284">Issue 284</a>.</li>
6968+
</ul>
6969+
</li>
69776970
<li>Misclaneous updates to <a href="#deserialize-json-ld-to-rdf-algorithm" class="sectionRef"></a>:
69786971
<ul>
69796972
<li>Changed step <a href="#alg-jld2rdf-init-triples">1.2</a>
@@ -6997,6 +6990,14 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69976990
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/277">Issue 277</a>.</li>
69986991
</ul>
69996992
</li>
6993+
<li>Other changes:
6994+
<ul>
6995+
<li>Add `application/xhtml+xml` as an allowed media type in <a href="#process-html" class="sectionRef"></a>,
6996+
in the note in <a href="#loaddocumentcallback" class="sectionRef"></a>,
6997+
and as a use of the {{LoadDocumentOptions/profile}} API option.
6998+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/244">Issue 244</a>.</li>
6999+
</ul>
7000+
</li>
70007001
</ul>
70017002
</section>
70027003

0 commit comments

Comments
 (0)