Skip to content

Commit 50a9823

Browse files
committed
Remove duplicated text in the expansion algorithm.
1 parent f046424 commit 50a9823

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,17 +2542,14 @@ <h3>Algorithm</h3>
25422542
<var class="changed">type-scoped context</var> for <var>active context</var>,
25432543
<code>true</code> for <var>vocab</var>,
25442544
and <code>true</code> for <var>document relative</var> to expand that value.</li>
2545-
<li>Otherwise,
2545+
<li id="expansion-tsc">Otherwise,
25462546
set <var>expanded value</var> to the result of using the
25472547
<a href="#iri-expansion">IRI Expansion algorithm</a>, passing
25482548
<var class="changed">type-scoped context</var> for <var>active context</var>,
25492549
<code>true</code> for <var>vocab</var>,
25502550
and <code>true</code> for <var>document relative</var> to expand the <var>value</var>
25512551
or each of its items.
2552-
<span class="changed">If <var>result</var> already has an entry for `@type`,
2553-
prepend the value of `@type` in <var>result</var> to <var>expanded value</var>,
2554-
transforming it into an <a>array</a>, if necessary.</span>
2555-
</li>
2552+
</li>
25562553
<li><span class="changed">If <var>result</var> already has an entry for `@type`,
25572554
prepend the value of `@type` in <var>result</var> to <var>expanded value</var>,
25582555
transforming it into an <a>array</a>, if necessary.</span>
@@ -6887,6 +6884,15 @@ <h4>JsonLdErrorCode</h4>
68876884
<li>Ignore terms and IRIs that have the form of a keyword (`"@"1*ALPHA`).</li>
68886885
</ul>
68896886
</section>
6887+
<section class="appendix informative" id="changes-from-cr">
6888+
<h2>Changes since Candidate Release of 12 November 2019</h2>
6889+
<ul>
6890+
<li>Remove text from <a href="#expansion-tsc">13.4.4.4</a> of the
6891+
<a href="#expansion-algorithm">Expansion algorithm</a>
6892+
that duplicate the following step.
6893+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 243</a>.</li>
6894+
</ul>
6895+
</section>
68906896

68916897
<section id="ack"
68926898
class="appendix informative"

0 commit comments

Comments
 (0)