Skip to content

Commit e17c814

Browse files
committed
Make changes suggested by @pchampin's comments.
1 parent b5b5b32 commit e17c814

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -995,11 +995,10 @@ <h3>Algorithm</h3>
995995
<p>This algorithm specifies how a new <a>active context</a> is updated
996996
with a <a>local context</a>. The algorithm takes two required
997997
<span class="changed">and two optional</span>
998-
input variables:
999-
an <var>active context</var> and a <var>local context</var>.
1000-
<span class="changed">The optional inputs are <var>from term</var></span>,
1001-
and an <a>array</a>
1002-
<var>remote contexts</var> which is used to detect cyclical context inclusions,
998+
input variables.
999+
The required inputs inputs are an <var>active context</var> and a <var>local context</var>.
1000+
<span class="changed">The optional inputs are <var>from term</var></span>, which defaults to <code>null</code>,
1001+
and an <a>array</a> <var>remote contexts</var> which is used to detect cyclical context inclusions,
10031002
which defaults to a new empty <a>array</a>.</p>
10041003

10051004
<ol>
@@ -1022,8 +1021,8 @@ <h3>Algorithm</h3>
10221021
set <var>result</var> to a
10231022
newly-initialized <var>active context</var> and continue with the
10241023
next <var>context</var>.
1025-
<span class="changed">If <var>current seal</var> is <code>null</code>,
1026-
processors SHOULD issue a warning that an attempt to clear a sealed context was attempted.</span>
1024+
<span class="changed">If <var>current seal</var> is not <code>null</code>,
1025+
processors SHOULD issue a warning that an attempt was made to clear a sealed context.</span>
10271026
<span class="note">In JSON-LD 1.0, the <a>base IRI</a> was given
10281027
a default value here; this is now described conditionally
10291028
in <a href="#the-application-programming-interface" class="sectionRef"></a>.</span></li>
@@ -1195,12 +1194,13 @@ <h3>Overview</h3>
11951194
<h3>Algorithm</h3>
11961195

11971196
<p>The algorithm has four required <span class="changed">and three optional</span> inputs.
1198-
The required inputs are:
1197+
The required inputs are
11991198
an <var>active context</var>, a <var>local context</var>,
12001199
a <var>term</var>, and a map <var>defined</var>.
12011200
<span class="changed">The optional inputs are
12021201
<var>sealed</var> which defaults to <code>false</code>,
1203-
<var>current seal</var>, and <var>context id</var>, which default to <code>null</code>.</span></p>
1202+
<var>current seal</var>, which defaults to <code>null</code>,
1203+
and <var>context id</var>, which defaults to <code>null</code>.</span></p>
12041204
<ol>
12051205
<li>If <var>defined</var> contains the <a>member</a> <var>term</var> and the associated
12061206
value is <code>true</code> (indicating that the

0 commit comments

Comments
 (0)