Skip to content

Commit 0d109d9

Browse files
committed
Update step 13.8.3.6 of the Expansion algorithm to pass true for the from map parameter to properly manage reverting active contexts.
Fixes #478.
1 parent c388a0f commit 0d109d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -2941,13 +2941,14 @@ <h3>Algorithm</h3>
29412941
<li>If <var>index value</var> is not an <a>array</a>
29422942
set <var>index value</var> to an <a>array</a> containing only
29432943
<var>index value</var>.</li>
2944-
<li>Initialize <var>index value</var> to the result of
2944+
<li id="alg-expand-index-value">Initialize <var>index value</var> to the result of
29452945
using this algorithm recursively, passing
29462946
<var class="changed">map context</var> as <var>active context</var>,
29472947
<var>key</var> as <var>active property</var>,
29482948
<var>index value</var> as <var>element</var>,
29492949
<var class="changed">base URL</var>,
2950-
<span class="changed">and the {{JsonLdOptions/frameExpansion}}
2950+
<span class="changed">`true` for <var>from map</var>,
2951+
and the {{JsonLdOptions/frameExpansion}}
29512952
and {{JsonLdOptions/ordered}} flags</span>.</li>
29522953
<li>For each <var>item</var> in <var>index value</var>:
29532954
<ol class="algorithm changed">
@@ -7043,6 +7044,10 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
70437044
to use any boolean value of `@protected`, not just `true`.</li>
70447045
<li>Updated step <a href="#alg-iric-value-map">4.5</a> of the <a href="#iri-compaction">IRI Compaction algorithm</a>
70457046
to use `@index` for any value with an `@index` entry.</li>
7047+
<li>Update step <a href="#alg-expand-index-value">13.8.3.6</a> of the
7048+
<a href="#expansion-algorithm">Expansion algorithm</a> to pass
7049+
`true` for the <var>from map</var> parameter to properly manage reverting
7050+
<a>active contexts</a>.</li>
70467051
<li>Update step <a href="#alg-compact-11_1">11.1</a> of the
70477052
<a href="#compaction-algorithm">Compaction Algorithm</a>
70487053
to pass `false` for <var>propagate</var> when calling the

0 commit comments

Comments
 (0)