@@ -1439,9 +1439,8 @@ <h3>Algorithm</h3>
1439
1439
< var > context</ var > for < var > local context</ var > , < var > key</ var > ,
1440
1440
< var > defined</ var > ,
1441
1441
< 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 >
1445
1444
</ span > .
1446
1445
</ li >
1447
1446
</ ol >
@@ -1489,15 +1488,14 @@ <h3>Overview</h3>
1489
1488
< section class ="algorithm ">
1490
1489
< h3 > Algorithm</ h3 >
1491
1490
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.
1493
1492
The required inputs are
1494
1493
an < var > active context</ var > , a < var > local context</ var > ,
1495
1494
a < var > term</ var > , and a map < var > defined</ var > .
1496
1495
< span class ="changed "> The optional inputs are
1497
1496
< 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 > .
1501
1499
</ p >
1502
1500
< ol >
1503
1501
< li > If < var > defined</ var > contains the < a > entry</ a > < var > term</ var > and the associated
@@ -2467,9 +2465,8 @@ <h3>Algorithm</h3>
2467
2465
has a < a > local context</ a > , set < var > active context</ var > to the result
2468
2466
to the result of the
2469
2467
< 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 >
2473
2470
</ ol >
2474
2471
</ li >
2475
2472
< li > Initialize two empty < a class ="changed "> maps</ a > , < var > result</ var >
@@ -3425,8 +3422,8 @@ <h3>Algorithm</h3>
3425
3422
by transforming each < var > expanded type</ var > of that < a > entry</ a >
3426
3423
into its compacted form using the < a href ="#iri-compaction "> IRI Compaction algorithm</ a > ,
3427
3424
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 > .
3430
3427
Then, for each < var > term</ var >
3431
3428
in < var > compacted types</ var > ordered lexicographically:
3432
3429
< ol >
0 commit comments