You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5720,7 +5720,7 @@ <h3>Algorithm</h3>
5720
5720
passing a new empty <a>context</a> as <var>active context</var>
5721
5721
<var>context</var> as <var>local context</var>,
5722
5722
and <var>context base</var> as <var>base URL</var>.</li>
5723
-
<li>Initialize<a>base IRI</a> to the {{JsonLdOptions/base}} option from <adata-lt="jsonldprocessor-compact-options">options</a>, if set;
5723
+
<li>Set<adata-lt="context-base-iri">base IRI</a> in <var>active context</var> to the {{JsonLdOptions/base}} option from <adata-lt="jsonldprocessor-compact-options">options</a>, if set;
5724
5724
otherwise, if the <adata-link-for="JsonLdOptions">compactToRelative</a> option is <strong>true</strong>,
5725
5725
to the IRI of the currently being processed document, if available;
5726
5726
otherwise to <code>null</code>.</li>
@@ -5874,11 +5874,6 @@ <h3>Algorithm</h3>
5874
5874
for <adata-lt="jsonldprocessor-expand-input">input</a>,
5875
5875
and <adata-lt="jsonldprocessor-flatten-options">options</a>
5876
5876
<spanclass="changed">with {{JsonLdOptions/ordered}} set to <code>false</code></span>.</li>
5877
-
<liclass="changed">Initialize the <a>base IRI</a> to the {{JsonLdOptions/base}} option
5878
-
from <adata-lt="jsonldprocessor-flatten-options">options</a>, if set;
5879
-
otherwise, if the <adata-link-for="JsonLdOptions">compactToRelative</a> option is <strong>true</strong>,
5880
-
to the IRI of the currently being processed document, if available;
5881
-
otherwise to <code>null</code>.</li>
5882
5877
<li>Initialize an empty <var>identifier map</var>.</li>
5883
5878
<li>Set <var>flattened output</var> to the result of using the <ahref="#flattening-algorithm">Flattening algorithm</a>,
5884
5879
passing <var>expanded input</var> as <var>element</var>,
@@ -5890,7 +5885,12 @@ <h3>Algorithm</h3>
5890
5885
using the <adata-link-for="JsonLdProcessor">compact()</a> method
5891
5886
using <var>flattened output</var> for <adata-lt="jsonldprocessor-compact-input">input</a>,
0 commit comments