Skip to content

Commit 58a5590

Browse files
committed
Add @import to the list of keywords that are skipped when creating term definitions.
Fixes #120.
1 parent 1f8e6e2 commit 58a5590

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,11 +1317,12 @@ <h3>Algorithm</h3>
13171317
<li>For each <var>key</var>-<var>value</var> pair in <var>context</var> where
13181318
<var>key</var> is not
13191319
<code>@base</code>,
1320-
<code>@vocab</code>,
1320+
<code class="changed">@import</code>,
13211321
<code>@language</code>,
13221322
<code class="changed">@propagate</code>,
1323-
<code class="changed">@protected</code>, or
1324-
<code>@version</code>,
1323+
<code class="changed">@protected</code>,
1324+
<code>@version</code>, or
1325+
<code>@vocab</code>,
13251326
invoke the
13261327
<a href="#create-term-definition">Create Term Definition algorithm</a>,
13271328
passing <var>result</var> for <var>active context</var>,

0 commit comments

Comments
 (0)