File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -821,6 +821,7 @@ <h2 id="context">Context</h2>
821
821
< li > Create a new, empty < tref > local context</ tref > .</ li >
822
822
< li > Let < em > value</ em > be the value of < code > @context</ code >
823
823
< ol id ="process-context " class ="algorithm ">
824
+ < li > If < em > value</ em > equals < code > null</ code > , reset the < tref > active context</ tref > to the < tref > initial context</ tref > </ li >
824
825
< li > If < em > value</ em > is an < tref > array</ tref > , process
825
826
each element as < em > value</ em > , in order using < a href ="#process-context "> Step 2</ a > .</ li >
826
827
< li > If < em > value</ em > is a simple < tref > string</ tref > , it MUST have a lexical form of < tref > absolute IRI</ tref > .
@@ -873,7 +874,7 @@ <h2 id="context">Context</h2>
873
874
</ ol >
874
875
</ li >
875
876
< li > Merge the < tref > local context</ tref > into the < tref > active context</ tref > .</ li >
876
- < li > Repeat < a href ="#object-context "> Step 2 .3.2</ a > until no entries are added to the < tref > local
877
+ < li > Repeat < a href ="#object-context "> Step 3 .3.2</ a > until no entries are added to the < tref > local
877
878
context</ tref > .</ li >
878
879
</ ol >
879
880
</ li >
You can’t perform that action at this time.
0 commit comments