Skip to content

Commit c9c73f8

Browse files
committed
Change references to {{LoadDocumentCallback/url}} because ReSpec doesn't like the anchor link style anymore.
1 parent b7df683 commit c9c73f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ <h3>Algorithm</h3>
12811281
to the {{RemoteDocument}} obtained
12821282
by dereferencing <var>context</var> using
12831283
the <a>LoadDocumentCallback</a>, passing <var>context</var>
1284-
for <a data-link-for="LoadDocumentCallback">url</a>,
1284+
for {{LoadDocumentCallback/url}},
12851285
and <code>http://www.w3.org/ns/json-ld#context</code> for <a data-link-for="LoadDocumentOptions">profile</a>
12861286
and for <a data-link-for="LoadDocumentOptions">requestProfile</a>.
12871287
<ol>
@@ -1350,7 +1350,7 @@ <h3>Algorithm</h3>
13501350
<var>base URL</var>.</li>
13511351
<li>Dereference <var>import</var> using
13521352
the <a>LoadDocumentCallback</a>, passing <var>import</var>
1353-
for <a data-link-for="LoadDocumentCallback">url</a>,
1353+
for {{LoadDocumentCallback/url}},
13541354
and <code>http://www.w3.org/ns/json-ld#context</code> for <a data-link-for="LoadDocumentOptions">profile</a>
13551355
and for <a data-link-for="LoadDocumentOptions">requestProfile</a>.</li>
13561356
<li>If <var>import</var> cannot be dereferenced,
@@ -5737,7 +5737,7 @@ <h3>Algorithm</h3>
57375737
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-compact-input">input</a>
57385738
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
57395739
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}},
57415741
and the {{JsonLdOptions/extractAllScripts}} option from <a data-lt="jsonldprocessor-compact-options">options</a>
57425742
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.</li>
57435743
<li>Set <var>expanded input</var> to the result of
@@ -5822,7 +5822,7 @@ <h3>Algorithm</h3>
58225822
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-expand-input">input</a>
58235823
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
58245824
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}},
58265826
the {{JsonLdOptions/extractAllScripts}} option from <a data-lt="jsonldprocessor-expand-options">options</a>
58275827
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.</li>
58285828
<li class="changed">If {{RemoteDocument/document}}
@@ -5903,7 +5903,7 @@ <h3>Algorithm</h3>
59035903
<li>Otherwise, if the provided <a data-lt="jsonldprocessor-flatten-input">input</a>
59045904
is a <a>string</a> representing the <a>IRI</a> of a remote document, await and dereference it as <var>remote document</var>
59055905
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}},
59075907
and the {{JsonLdOptions/extractAllScripts}} option from <a data-lt="jsonldprocessor-flatten-options">options</a>
59085908
for <a data-link-for="LoadDocumentOptions">extractAllScripts</a>.
59095909
</li>
@@ -6355,8 +6355,8 @@ <h3>LoadDocumentCallback</h3>
63556355
<li>Create a new {{Promise}} <var>promise</var> and return it.
63566356
The following steps are then deferred.</li>
63576357
<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}}.
63606360
When requesting remote documents the request MUST prefer <a>Content-Type</a> <code>application/ld+json</code>
63616361
followed by <code>application/json</code>.
63626362

@@ -6502,10 +6502,10 @@ <h3>RemoteDocument</h3>
65026502
or <code>application/xhtml+xml</code>:</p>
65036503
<ol>
65046504
<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]],
65066506
using the existing <var>documentUrl</var> as the document's URL.
65076507
</li>
6508-
<li>If the <a data-link-for="LoadDocumentCallback">url</a> parameter
6508+
<li>If the {{LoadDocumentCallback/url}} parameter
65096509
contains a <a data-cite="RFC3986#section-3.5">fragment identifier</a>,
65106510
set <var>source</var> to the <a data-cite="DOM#dom-node-textcontent">textContent</a>
65116511
of the <a data-cite="HTML/scripting.html#the-script-element">script element</a> in <var>document</var>

0 commit comments

Comments
 (0)