@@ -5684,7 +5684,8 @@ <h3>Algorithm</h3>
5684
5684
< span class ="changed "> with {{JsonLdOptions/ordered}} set to < code > false</ code > </ span > ,
5685
5685
< span class ="changed "> and {{JsonLdOptions/extractAllScripts}} defaulting to < code > false</ code > </ span > .</ li >
5686
5686
< li class ="changed "> Set < var > context base</ var > to the {{RemoteDocument/documentUrl}}
5687
- from < var > remote document</ var > , if available, otherwise to {{JsonLdOptions/base}}.</ li >
5687
+ from < var > remote document</ var > , if available, otherwise to the {{JsonLdOptions/base}} option
5688
+ from < a data-lt ="jsonldprocessor-compact-options "> options</ a > .</ li >
5688
5689
< li > If < a data-lt ="jsonldprocessor-compact-context "> context</ a > is a < a class ="changed "> map</ a >
5689
5690
having an < code > @context</ code > < a > entry</ a > ,
5690
5691
set < var > context</ var > to that < a data-lt ="entry "> entry's</ a > value,
@@ -5785,10 +5786,12 @@ <h3>Algorithm</h3>
5785
5786
{{RemoteDocument/document}} from < var > remote document</ var > or < a data-lt ="jsonldprocessor-expand-input "> input</ a >
5786
5787
if there is no < var > remote document</ var > as < var > element</ var > ,
5787
5788
`null` as < var > active property</ var > ,
5788
- {{RemoteDocument/documentUrl}} as < var > base URL</ var > , if available, otherwise to {{JsonLdOptions/base}},
5789
+ {{RemoteDocument/documentUrl}} as < var > base URL</ var > , if available,
5790
+ otherwise to the {{JsonLdOptions/base}} option
5791
+ from < a data-lt ="jsonldprocessor-expand-options "> options</ a > ,
5789
5792
and the < span class ="changed "> {{JsonLdOptions/frameExpansion}}</ span >
5790
5793
and < span class ="changed "> and {{JsonLdOptions/ordered}}</ span >
5791
- flags from < a data-lt ="jsonldprocessor-compact -options "> options</ a > .
5794
+ flags from < a data-lt ="jsonldprocessor-expand -options "> options</ a > .
5792
5795
< div class ="note changed "> If there is no < var > remote document</ var > ,
5793
5796
then < a data-lt ="jsonldprocessor-expand-input "> input</ a > is
5794
5797
a < a > JsonLdRecord</ a > or a < code > sequence</ code > of
@@ -5982,7 +5985,7 @@ <h3>Algorithm</h3>
5982
5985
</ pre >
5983
5986
5984
5987
< p class ="changed "> The < dfn > JsonLdInput</ dfn > interface is used to refer to an input value
5985
- that may be a < a > JsonLdRecord</ a > ,
5988
+ that that may be a < a > JsonLdRecord</ a > ,
5986
5989
a `sequence` of < a > JsonLdRecords</ a > ,
5987
5990
a < a > string</ a > representing an < a > IRI</ a > ,
5988
5991
which can be dereferenced to retrieve a valid JSON document,
0 commit comments