@@ -5667,7 +5667,7 @@ <h3>Algorithm</h3>
5667
5667
The following steps are then deferred.</ li >
5668
5668
< li class ="changed "> If the provided < a data-lt ="jsonldprocessor-compact-input "> input</ a >
5669
5669
is a < a > RemoteDocument</ a > ,
5670
- initialize it as < var > remote document</ var > .</ li >
5670
+ initialize < var > remote document</ var > to < a data-lt =" jsonldprocessor-compact-input " > input </ a > .</ li >
5671
5671
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-compact-input "> input</ a >
5672
5672
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5673
5673
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-compact-input "> input</ a >
@@ -5755,7 +5755,7 @@ <h3>Algorithm</h3>
5755
5755
The following steps are then deferred.</ li >
5756
5756
< li class ="changed "> If the provided < a data-lt ="jsonldprocessor-expand-input "> input</ a >
5757
5757
is a < a > RemoteDocument</ a > ,
5758
- initialize it as < var > remote document</ var > .</ li >
5758
+ initialize < var > remote document</ var > to < a data-lt =" jsonldprocessor-expand-input " > input </ a > .</ li >
5759
5759
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-expand-input "> input</ a >
5760
5760
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5761
5761
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-expand-input "> input</ a >
@@ -5836,12 +5836,12 @@ <h3>Algorithm</h3>
5836
5836
The following steps are then deferred.</ li >
5837
5837
< li class ="changed "> If the provided < a data-lt ="jsonldprocessor-flatten-input "> input</ a >
5838
5838
is a < a > RemoteDocument</ a > ,
5839
- initialize it as < var > remote document</ var > .</ li >
5839
+ initialize < var > remote document</ var > to < a data-lt =" jsonldprocessor-flatten-input " > input </ a > .</ li >
5840
5840
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-flatten-input "> input</ a >
5841
5841
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5842
5842
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-flatten-input "> input</ a >
5843
5843
for < a data-link-for ="LoadDocumentCallback "> url</ a > ,
5844
- the {{JsonLdOptions/extractAllScripts}} option from < a data-lt ="jsonldprocessor-flatten-options "> options</ a >
5844
+ and the {{JsonLdOptions/extractAllScripts}} option from < a data-lt ="jsonldprocessor-flatten-options "> options</ a >
5845
5845
for < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a > .
5846
5846
</ li >
5847
5847
< li > Set < var > expanded input</ var > to the result of
@@ -6387,7 +6387,7 @@ <h3>RemoteDocument</h3>
6387
6387
readonly attribute USVString contentType;
6388
6388
readonly attribute USVString contextUrl;
6389
6389
readonly attribute USVString documentUrl;
6390
- readonly attribute any document;
6390
+ attribute any document;
6391
6391
readonly attribute USVString profile;
6392
6392
};
6393
6393
</ pre >
0 commit comments