File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10867,7 +10867,7 @@ <h3>Graph Containers</h3>
10867
10867
<p class="changed">In other cases, a resource may be returned using a representation that cannot easily be interpreted
10868
10868
as JSON-LD. Normally, <a href="https://en.wikipedia.org/wiki/Content_negotiation">HTTP content negotiation</a>
10869
10869
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.
10871
10871
For this, an <a>HTTP Link Header</a> can be used to provide an alternate location for a document
10872
10872
to be used in place of the originally requested resource,
10873
10873
as described in <a href="#alternate-document-location" class="sectionRef"></a>.</p>
@@ -10951,7 +10951,7 @@ <h3>Graph Containers</h3>
10951
10951
<section class="normative changed"><h3>Alternate Document Location</h3>
10952
10952
10953
10953
<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>.
10955
10955
This might be useful, for example, when the URL associated with a namespace naturally
10956
10956
contains an HTML document, but the JSON-LD context associated with that URL is located elsewhere.</p>
10957
10957
You can’t perform that action at this time.
0 commit comments