Skip to content

Commit 78140a1

Browse files
gkelloggpchampin
andcommitted
@pchampin review items
Also, make `RemoteDocument/document` read/write. Co-Authored-By: Pierre-Antoine Champin <[email protected]>
1 parent 265950e commit 78140a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,7 +5667,7 @@ <h3>Algorithm</h3>
56675667
The following steps are then deferred.</li>
56685668
<li class="changed">If the provided <a data-lt="jsonldprocessor-compact-input">input</a>
56695669
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>
56715671
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-compact-input">input</a>
56725672
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
56735673
using <a>LoadDocumentCallback</a>, passing <a data-lt="jsonldprocessor-compact-input">input</a>
@@ -5755,7 +5755,7 @@ <h3>Algorithm</h3>
57555755
The following steps are then deferred.</li>
57565756
<li class="changed">If the provided <a data-lt="jsonldprocessor-expand-input">input</a>
57575757
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>
57595759
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-expand-input">input</a>
57605760
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
57615761
using <a>LoadDocumentCallback</a>, passing <a data-lt="jsonldprocessor-expand-input">input</a>
@@ -5836,12 +5836,12 @@ <h3>Algorithm</h3>
58365836
The following steps are then deferred.</li>
58375837
<li class="changed">If the provided <a data-lt="jsonldprocessor-flatten-input">input</a>
58385838
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>
58405840
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-flatten-input">input</a>
58415841
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
58425842
using <a>LoadDocumentCallback</a>, passing <a data-lt="jsonldprocessor-flatten-input">input</a>
58435843
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>
58455845
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.
58465846
</li>
58475847
<li>Set <var>expanded input</var> to the result of
@@ -6387,7 +6387,7 @@ <h3>RemoteDocument</h3>
63876387
readonly attribute USVString contentType;
63886388
readonly attribute USVString contextUrl;
63896389
readonly attribute USVString documentUrl;
6390-
readonly attribute any document;
6390+
attribute any document;
63916391
readonly attribute USVString profile;
63926392
};
63936393
</pre>

0 commit comments

Comments
 (0)