Skip to content

Commit 7aa33e1

Browse files
committed
Pass null for _active property_ on initial call to the Expansion algorithm from expand().
Fixes #374.
1 parent 4c3905e commit 7aa33e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5768,8 +5768,9 @@ <h3>Algorithm</h3>
57685768
passing the <var>active context</var>,
57695769
{{RemoteDocument/document}} from <var>remote document</var> or <a data-lt="jsonldprocessor-expand-input">input</a>
57705770
if there is no <var>remote document</var> as <var>element</var>,
5771+
`null` as <var>active property</var>,
57715772
{{RemoteDocument/documentUrl}} as <var>base URL</var>, if available, otherwise to {{JsonLdOptions/base}},
5772-
and <span class="changed">{{JsonLdOptions/frameExpansion}}</span>
5773+
and the <span class="changed">{{JsonLdOptions/frameExpansion}}</span>
57735774
and <span class="changed">and {{JsonLdOptions/ordered}}</span>
57745775
flags from <a data-lt="jsonldprocessor-compact-options">options</a>.
57755776
<ol id="api-expand-post-processing" class="changed">

0 commit comments

Comments
 (0)