diff --git a/spec/latest/json-ld-api/index.html b/spec/latest/json-ld-api/index.html
index ff8c79275..23cf9f867 100644
--- a/spec/latest/json-ld-api/index.html
+++ b/spec/latest/json-ld-api/index.html
@@ -789,41 +789,41 @@
Context
Merge the of local context into the active context.
-
-
- If value is a JSON object, perform the following steps:
-
- - If value has a
@language
key, it MUST have a value of a
- simple string or null
. Add the language to the local context.
- - Otherwise, for each key in value having the lexical form of NCName (see [[XML-NAMES]]),
- or is an empty string,
+
- If value is a JSON object, perform the following steps:
- - If the key's value is a simple string, the value MUST have the form of
- term, prefix:suffix, absolute IRI. Determine the IRI mapping value by
- performing IRI Expansion on the associated value. If the result of the IRI
- mapping is an absolute IRI, merge the key-value pair into the local context
- term mapping.
- - Otherwise, the key's value MUST be a JSON object.
+
- If value has a
@language
key, it MUST have a value of a
+ simple string or null
. Add the language to the local context.
+ - Otherwise, for each key in value having the lexical form of NCName (see [[XML-NAMES]]),
+ or is an empty string,
- - The value MUST have a
@id
key with a string value, the value MUST have the
- form of term, prefix:suffix, absolute IRI. Determine the IRI mapping value
- by performing IRI Expansion on the associated value. If the result of
- the IRI mapping is an absolute IRI, merge the key-value pair into the local context
+ - If the key's value is a simple string, the value MUST have the form of
+ term, prefix:suffix, absolute IRI. Determine the IRI mapping value by
+ performing IRI Expansion on the associated value. If the result of the IRI
+ mapping is an absolute IRI, merge the key-value pair into the local context
term mapping.
- - If the value has a
@type
key, the value MUST have the form of term,
- prefix:suffix, absolute IRI or the keyword @id
. Determine the IRI by
- performing IRI Expansion on the associated value. If the result of the
- IRI mapping is an absolute IRI or @id
, merge into the local context
- coercion mapping.
- - If the value has a
@list
key, the value MUST be
- true
or false
. Merge into the local context list
- mapping.
+ - Otherwise, the key's value MUST be a JSON object.
+
+ - The value MUST have a
@id
key with a string value, the value MUST have the
+ form of term, prefix:suffix, absolute IRI. Determine the IRI mapping value
+ by performing IRI Expansion on the associated value. If the result of
+ the IRI mapping is an absolute IRI, merge the key-value pair into the local context
+ term mapping.
+ - If the value has a
@type
key, the value MUST have the form of term,
+ prefix:suffix, absolute IRI or the keyword @id
. Determine the IRI by
+ performing IRI Expansion on the associated value. If the result of the
+ IRI mapping is an absolute IRI or @id
, merge into the local context
+ coercion mapping.
+ - If the value has a
@list
key, the value MUST be
+ true
or false
. Merge into the local context list
+ mapping.
+
+
+ - Merge the local context into the active context.
+ - Repeat Step 3.2 until no entries are added to the local
+ context.
- - Merge the local context into the active context.
- - Repeat Step 3.2 until no entries are added to the local
- context.