Skip to content

Commit e5b1037

Browse files
committed
Remove unused _propagate_ argument to Create Term Definition, and errant use in a call to IRI Compaction.
Fixes #233.
1 parent 808c3c2 commit e5b1037

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,8 @@ <h3>Algorithm</h3>
14391439
<var>context</var> for <var>local context</var>, <var>key</var>,
14401440
<var>defined</var>,
14411441
<span class="changed">
1442-
the value of the <code>@protected</code>
1443-
entry from <var>context</var>, if any, for <var>protected</var>,
1444-
and <var>propagate</var>
1442+
and the value of the <code>@protected</code>
1443+
entry from <var>context</var>, if any, for <var>protected</var>
14451444
</span>.
14461445
</li>
14471446
</ol>
@@ -1489,15 +1488,14 @@ <h3>Overview</h3>
14891488
<section class="algorithm">
14901489
<h3>Algorithm</h3>
14911490

1492-
<p>The algorithm has four required <span class="changed">and three optional</span> inputs.
1491+
<p>The algorithm has four required <span class="changed">and two optional</span> inputs.
14931492
The required inputs are
14941493
an <var>active context</var>, a <var>local context</var>,
14951494
a <var>term</var>, and a map <var>defined</var>.
14961495
<span class="changed">The optional inputs are
14971496
<var>protected</var> which defaults to <code>false</code>,
1498-
<var>override protected</var>, defaulting to <code>false</code>,
1499-
which is used to allow changes to protected terms,
1500-
and <var>propagate</var>, defaulting to <code>true</code>.</span>.
1497+
and <var>override protected</var>, defaulting to <code>false</code>,
1498+
which is used to allow changes to protected terms.</span>.
15011499
</p>
15021500
<ol>
15031501
<li>If <var>defined</var> contains the <a>entry</a> <var>term</var> and the associated
@@ -2467,9 +2465,8 @@ <h3>Algorithm</h3>
24672465
has a <a>local context</a>, set <var>active context</var> to the result
24682466
to the result of the
24692467
<a href="#context-processing-algorithm">Context Processing algorithm</a>,
2470-
passing <var>active context</var>, the value of the
2471-
<var>term</var>'s <a>local context</a> as <var>local context</var>,
2472-
<span class="changed">and <code>true</code> for <var>propagate</var></span>.</li>
2468+
passing <var>active context</var>, and the value of the
2469+
<var>term</var>'s <a>local context</a> as <var>local context</var>.</li>
24732470
</ol>
24742471
</li>
24752472
<li>Initialize two empty <a class="changed">maps</a>, <var>result</var>
@@ -3425,8 +3422,8 @@ <h3>Algorithm</h3>
34253422
by transforming each <var>expanded type</var> of that <a>entry</a>
34263423
into its compacted form using the <a href="#iri-compaction">IRI Compaction algorithm</a>,
34273424
passing <var>active context</var>, <var>inverse context</var>,
3428-
<var>expanded type</var> for <var>var</var>, <code>true</code> for <var>vocab</var>,
3429-
and <code>false</code> for <var>propagate</var>.
3425+
<var>expanded type</var> for <var>var</var>,
3426+
and <code>true</code> for <var>vocab</var>.
34303427
Then, for each <var>term</var>
34313428
in <var>compacted types</var> ordered lexicographically:
34323429
<ol>

0 commit comments

Comments
 (0)