@@ -2889,10 +2889,10 @@ <h3>Algorithm</h3>
2889
2889
passing < var > active context</ var > , < var > index</ var > , and < code > true</ code >
2890
2890
for < var > document relative</ var > .</ li >
2891
2891
< li > Otherwise, if < var > container mapping</ var > includes < code > @type</ code >
2892
- initialize < var > types </ var > to the concatenation of < var > expanded index </ var >
2893
- with any existing values of < code > @type </ code > in < var > item </ var > .
2894
- If < var > expanded index</ var > is < code > @none </ code > ,
2895
- do not concatenate < var > expanded index </ var > to < var > types </ var > .
2892
+ and < var > expanded index </ var > is not < code > @none </ code > ,
2893
+ initialize < var > types </ var > to a new < a > array </ a >
2894
+ consisting of < var > expanded index</ var > followed by any existing
2895
+ values of < code > @type </ code > in < var > item </ var > .
2896
2896
Add the key-value pair (< code > @type</ code > -< var > types</ var > ) to < var > item</ var > .</ li >
2897
2897
< li > Append < var > item</ var > to < var > expanded value</ var > .</ li >
2898
2898
</ ol >
@@ -4680,7 +4680,7 @@ <h3>Algorithm</h3>
4680
4680
< var > node map</ var > , and < var > id</ var > for < var > active graph</ var > before removing
4681
4681
the < code > @graph</ code > < a > entry</ a > from < var > element</ var > .</ li >
4682
4682
< li class ="changed "> If < var > element</ var > has an `@included` < a > entry</ a > ,
4683
- recursively invoke this algorithm passing the value of the `@included < a > entry</ a > for < var > element</ var > ,
4683
+ recursively invoke this algorithm passing the value of the `@included` < a > entry</ a > for < var > element</ var > ,
4684
4684
< var > node map</ var > , and < var > active graph</ var >
4685
4685
before removing the `@included` < a > entry</ a > from < var > element</ var > .</ li >
4686
4686
< li > Finally, for each key-value pair < var > property</ var > -< var > value</ var > in < var > element</ var > ordered by
0 commit comments