Skip to content

Commit 71e1f0c

Browse files
committed
Reorder clauses in 5.1.2 to make it more clear that setting _base IRI_ and _original base URL_ of the new _active context_ is unconditional, unlinke _previous_context_.
1 parent 317034e commit 71e1f0c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,12 @@ <h3>Algorithm</h3>
12241224
has been detected and processing is aborted.</li>
12251225
<li>Initialize <var>result</var> as a
12261226
newly-initialized <a>active context</a>,
1227-
<span class="changed">setting <a>previous context</a> in <var>result</var>
1228-
to the previous value of <var>result</var> if <var>propagate</var> is <code>false</code>
1229-
and both <a>base IRI</a> and <a>original base URL</a> to the value of
1230-
<a>original base URL</a> in <var>active context</var></span>.</li>
1227+
<span class="changed">
1228+
setting both <a>base IRI</a> and <a>original base URL</a> to the value of
1229+
<a>original base URL</a> in <var>active context</var></span>,
1230+
and, if <var>propagate</var> is <code>false</code>,
1231+
<a>previous context</a> in <var>result</var>
1232+
to the previous value of <var>result</var>.</li>
12311233
<li>Continue with the next <var>context</var>.</li>
12321234
</ol>
12331235
</li>

0 commit comments

Comments
 (0)