diff --git a/index.html b/index.html
index 742c5ce1..9fd6c132 100644
--- a/index.html
+++ b/index.html
@@ -2469,14 +2469,15 @@
Algorithm
value, and true
for vocab:
- Convert value into an array, if necessary.
- - For each term which is a value of value ordered lexicographically,
+
- For each term which is a value of value ordered lexicographically,
if term is a string,
and term's term definition in active context
has a local context, set active context to the result
- to the result of the
Context Processing algorithm,
- passing active context, and the value of the
- term's local context as local context.
+ passing active context,
+ the value of the
+ term's local context as local context,
+ and `false` for propagate.
Initialize two empty maps, result
@@ -6920,6 +6921,10 @@ Changes since Candidate Release of 12 December 2019
Create Term Definition algorithm
to prevent an issue where term might not be defined at the time it is expanded.
This is in response to Issue 245.
+ Update step 11.1 of the
+ Expansion algorithm
+ to make sure the type-scoped context is not propagated by default.
+ This is in response to Issue 246.