@@ -1281,7 +1281,7 @@ <h3>Algorithm</h3>
1281
1281
to the {{RemoteDocument}} obtained
1282
1282
by dereferencing < var > context</ var > using
1283
1283
the < a > LoadDocumentCallback</ a > , passing < var > context</ var >
1284
- for < a data-link-for =" LoadDocumentCallback " > url </ a > ,
1284
+ for {{ LoadDocumentCallback/url}} ,
1285
1285
and < code > http://www.w3.org/ns/json-ld#context</ code > for < a data-link-for ="LoadDocumentOptions "> profile</ a >
1286
1286
and for < a data-link-for ="LoadDocumentOptions "> requestProfile</ a > .
1287
1287
< ol >
@@ -1350,7 +1350,7 @@ <h3>Algorithm</h3>
1350
1350
< var > base URL</ var > .</ li >
1351
1351
< li > Dereference < var > import</ var > using
1352
1352
the < a > LoadDocumentCallback</ a > , passing < var > import</ var >
1353
- for < a data-link-for =" LoadDocumentCallback " > url </ a > ,
1353
+ for {{ LoadDocumentCallback/url}} ,
1354
1354
and < code > http://www.w3.org/ns/json-ld#context</ code > for < a data-link-for ="LoadDocumentOptions "> profile</ a >
1355
1355
and for < a data-link-for ="LoadDocumentOptions "> requestProfile</ a > .</ li >
1356
1356
< li > If < var > import</ var > cannot be dereferenced,
@@ -5737,7 +5737,7 @@ <h3>Algorithm</h3>
5737
5737
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-compact-input "> input</ a >
5738
5738
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5739
5739
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-compact-input "> input</ a >
5740
- for < a data-link-for =" LoadDocumentCallback " > url </ a > ,
5740
+ for {{ LoadDocumentCallback/url}} ,
5741
5741
and the {{JsonLdOptions/extractAllScripts}} option from < a data-lt ="jsonldprocessor-compact-options "> options</ a >
5742
5742
for < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a > .</ li >
5743
5743
< li > Set < var > expanded input</ var > to the result of
@@ -5822,7 +5822,7 @@ <h3>Algorithm</h3>
5822
5822
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-expand-input "> input</ a >
5823
5823
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5824
5824
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-expand-input "> input</ a >
5825
- for < a data-link-for =" LoadDocumentCallback " > url </ a > ,
5825
+ for {{ LoadDocumentCallback/url}} ,
5826
5826
the {{JsonLdOptions/extractAllScripts}} option from < a data-lt ="jsonldprocessor-expand-options "> options</ a >
5827
5827
for < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a > .</ li >
5828
5828
< li class ="changed "> If {{RemoteDocument/document}}
@@ -5903,7 +5903,7 @@ <h3>Algorithm</h3>
5903
5903
< li > Otherwise, if the provided < a data-lt ="jsonldprocessor-flatten-input "> input</ a >
5904
5904
is a < a > string</ a > representing the < a > IRI</ a > of a remote document, await and dereference it as < var > remote document</ var >
5905
5905
using < a > LoadDocumentCallback</ a > , passing < a data-lt ="jsonldprocessor-flatten-input "> input</ a >
5906
- for < a data-link-for =" LoadDocumentCallback " > url </ a > ,
5906
+ for {{ LoadDocumentCallback/url}} ,
5907
5907
and the {{JsonLdOptions/extractAllScripts}} option from < a data-lt ="jsonldprocessor-flatten-options "> options</ a >
5908
5908
for < a data-link-for ="LoadDocumentOptions "> extractAllScripts</ a > .
5909
5909
</ li >
@@ -6355,8 +6355,8 @@ <h3>LoadDocumentCallback</h3>
6355
6355
< li > Create a new {{Promise}} < var > promise</ var > and return it.
6356
6356
The following steps are then deferred.</ li >
6357
6357
< li id ="LoadDocumentCallback-step-2 "> Set < var > document</ var > to the body retrieved from
6358
- the resource identified by < a data-link-for =" LoadDocumentCallback " > url </ a > ,
6359
- or by otherwise locating a resource associated with < a data-link-for =" LoadDocumentCallback " > url </ a > .
6358
+ the resource identified by {{ LoadDocumentCallback/url}} ,
6359
+ or by otherwise locating a resource associated with {{ LoadDocumentCallback/url}} .
6360
6360
When requesting remote documents the request MUST prefer < a > Content-Type</ a > < code > application/ld+json</ code >
6361
6361
followed by < code > application/json</ code > .
6362
6362
@@ -6502,10 +6502,10 @@ <h3>RemoteDocument</h3>
6502
6502
or < code > application/xhtml+xml</ code > :</ p >
6503
6503
< ol >
6504
6504
< li > Set < var > documentUrl</ var > to the < a data-cite ="HTML/urls-and-fetching.html#document-base-url "> Document Base URL</ a >
6505
- of < a data-link-for =" LoadDocumentCallback " > url </ a > , as defined in [[HTML]],
6505
+ of {{ LoadDocumentCallback/url}} , as defined in [[HTML]],
6506
6506
using the existing < var > documentUrl</ var > as the document's URL.
6507
6507
</ li >
6508
- < li > If the < a data-link-for =" LoadDocumentCallback " > url </ a > parameter
6508
+ < li > If the {{ LoadDocumentCallback/url}} parameter
6509
6509
contains a < a data-cite ="RFC3986#section-3.5 "> fragment identifier</ a > ,
6510
6510
set < var > source</ var > to the < a data-cite ="DOM#dom-node-textcontent "> textContent</ a >
6511
6511
of the < a data-cite ="HTML/scripting.html#the-script-element "> script element</ a > in < var > document</ var >
0 commit comments