Skip to content

Commit 129ee46

Browse files
committed
Clarify that @graph may be used with @set in Create Term Definition step 21.1.
For #242.
1 parent abdff28 commit 129ee46

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ <h3>Algorithm</h3>
17041704
error been detected and processing is aborted.</li>
17051705
<li>If <var>value</var> contains the <a>entry</a> <code>@container</code>:
17061706
<ol>
1707-
<li>Initialize <var>container</var> to the value associated with the
1707+
<li id="ctd-container">Initialize <var>container</var> to the value associated with the
17081708
<code>@container</code> <a>entry</a>, which MUST be either
17091709
<code class="changed">@graph</code>,
17101710
<code class="changed">@id</code>,
@@ -1714,12 +1714,13 @@ <h3>Algorithm</h3>
17141714
<code>@set</code>,
17151715
<code class="changed">@type</code>,
17161716
<span class="changed">
1717-
or an <a>array</a> containing exactly any one of those
1718-
keywords, an <a>array</a> containing <code>@graph</code> and
1717+
or an <a>array</a> containing exactly any one of those keywords,
1718+
an <a>array</a> containing <code>@graph</code> and
17191719
either <code>@id</code> or <code>@index</code> optionally
1720-
including <code>@set</code>, or an <a>array</a> containing a
1721-
combination of <code>@set</code> and any of
1722-
<code>@index</code>, <code>@id</code>, <code>@type</code>,
1720+
including <code>@set</code>,
1721+
or an <a>array</a> containing a combination of <code>@set</code> and any of
1722+
<code>@index</code>, <code>@graph</code>,
1723+
<code>@id</code>, <code>@type</code>,
17231724
<code>@language</code> in any order
17241725
</span>.
17251726
Otherwise, an
@@ -6895,6 +6896,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
68956896
<a href="#create-term-definition">Create Term Definition algorithm</a>
68966897
that remaining steps are skipped if the value of `@id` is `null`.
68976898
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/241">Issue 241</a>.</li>
6899+
<li>Clarified step <a href="#ctd-container">21.1</a> of the
6900+
<a href="#create-term-definition">Create Term Definition algorithm</a>
6901+
that `@graph` may be used with `@set`.
6902+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/242">Issue 242</a>.</li>
68986903
</ul>
68996904
</section>
69006905

0 commit comments

Comments
 (0)