Skip to content

Commit 0e7240f

Browse files
committed
Revert "add missing @none in step 13.4, addressing #259"
This reverts commit adc2f48. This commit was supposed to be pushed into a PR branch, not directly into master. Sorry 8-/
1 parent adc2f48 commit 0e7240f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,10 +1567,8 @@ <h3>Algorithm</h3>
15671567
`@json` or `@none`, and <a>processing mode</a> is `json-ld-1.0`,
15681568
an <a data-link-for="JsonLdErrorCode">invalid type mapping</a>
15691569
error has been detected and processing is aborted.</li>
1570-
<li id="ctd-invalid-type">Otherwise, if the expanded <var>type</var> is
1571-
neither <code>@id</code>, nor <code>@json</code>,
1572-
not <code>@none</code>,
1573-
nor <code>@vocab</code>,
1570+
<li>Otherwise, if the expanded <var>type</var> is
1571+
neither <code>@id</code>, nor <code>@vocab</code>, nor <code>@json</code>,
15741572
nor an <a>IRI</a>,
15751573
an <a data-link-for="JsonLdErrorCode">invalid type mapping</a>
15761574
error has been detected and processing is aborted.</li>
@@ -6903,9 +6901,6 @@ <h4>JsonLdErrorCode</h4>
69036901
<section class="appendix informative" id="changes-from-cr">
69046902
<h2>Changes since Candidate Release of 12 December 2019</h2>
69056903
<ul>
6906-
<li>Added missing `@none` in <a href="#ctd-invalid-type">13.4</a> of the
6907-
<a href="#create-term-definition">Create Term Definition algorithm</a>.
6908-
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/259">Issue 259</a>.</li>
69096904
<li>Clarified step <a href="#ctd-id-null">16.1</a> of the
69106905
<a href="#create-term-definition">Create Term Definition algorithm</a>
69116906
that remaining steps are skipped if the value of `@id` is `null`.

0 commit comments

Comments
 (0)