Skip to content

Commit f1f4efe

Browse files
committed
Minor corrections from @pchampin.
1 parent 06505e3 commit f1f4efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10867,7 +10867,7 @@ <h3>Graph Containers</h3>
1086710867
<p class="changed">In other cases, a resource may be returned using a representation that cannot easily be interpreted
1086810868
as JSON-LD. Normally, <a href="https://en.wikipedia.org/wiki/Content_negotiation">HTTP content negotiation</a>
1086910869
would be used to allow a client to specify a preference for JSON-LD over another representation,
10870-
but in certain situations, it is not possible for a server to respond appropriately to such requests.
10870+
but in certain situations, it is not possible or practical for a server to respond appropriately to such requests.
1087110871
For this, an <a>HTTP Link Header</a> can be used to provide an alternate location for a document
1087210872
to be used in place of the originally requested resource,
1087310873
as described in <a href="#alternate-document-location" class="sectionRef"></a>.</p>
@@ -10951,7 +10951,7 @@ <h3>Graph Containers</h3>
1095110951
<section class="normative changed"><h3>Alternate Document Location</h3>
1095210952

1095310953
<p>Documents which can't be directly interpreted as JSON-LD can provide an alternate location containing JSON-LD.
10954-
One way to provide this is by using referencing a JSON-LD document in an <a>HTTP Link Header</a>.
10954+
One way to provide this is by referencing a JSON-LD document in an <a>HTTP Link Header</a>.
1095510955
This might be useful, for example, when the URL associated with a namespace naturally
1095610956
contains an HTML document, but the JSON-LD context associated with that URL is located elsewhere.</p>
1095710957

0 commit comments

Comments
 (0)