Skip to content

Commit b6cfa90

Browse files
committed
Pass false for _propagate_ when expanding and adding a type-scoped context.
For #246.
1 parent 3838d3c commit b6cfa90

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,14 +2461,16 @@ <h3>Algorithm</h3>
24612461
<var>value</var>, and <code>true</code> for <var>vocab</var>:
24622462
<ol>
24632463
<li>Convert <var>value</var> into an <a>array</a>, if necessary.</li>
2464-
<li>For each <var>term</var> which is a value of <var>value</var> ordered lexicographically,
2464+
<li id="expand-type-scoped-context">For each <var>term</var> which is a value of <var>value</var> ordered lexicographically,
24652465
if <var>term</var> is a <a>string</a>,
24662466
and <var>term</var>'s <a>term definition</a> in <var>active context</var>
24672467
has a <a>local context</a>, set <var>active context</var> to the result
24682468
to the result of the
24692469
<a href="#context-processing-algorithm">Context Processing algorithm</a>,
2470-
passing <var>active context</var>, and the value of the
2471-
<var>term</var>'s <a>local context</a> as <var>local context</var>.</li>
2470+
passing <var>active context</var>,
2471+
the value of the
2472+
<var>term</var>'s <a>local context</a> as <var>local context</var>,
2473+
and `false` for <var>propagate</var>.</li>
24722474
</ol>
24732475
</li>
24742476
<li>Initialize two empty <a class="changed">maps</a>, <var>result</var>
@@ -6901,6 +6903,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69016903
<a href="#expansion-algorithm">Expansion algorithm</a>
69026904
that duplicate the following step.
69036905
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 243</a>.</li>
6906+
<li>Update step <a href="#expand-type-scoped-context">11.1</a> of the
6907+
<a href="#expansion-algorithm">Expansion algorithm</a>
6908+
to make sure the <a>type-scoped context</a> is not propagated by default.
6909+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 246</a>.</li>
69046910
</ul>
69056911
</section>
69066912

0 commit comments

Comments
 (0)