File tree 3 files changed +3
-4
lines changed 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5757,8 +5757,7 @@ <h3>LoadDocumentCallback</h3>
5757
5757
and the response has an HTTP Link Header [[RFC8288]] using the < code > alternate</ code > link relation
5758
5758
with type `application/ld+json`,
5759
5759
set < var > url</ var > to the associated < code > href</ code > relative to the previous < var > url</ var >
5760
- and restart the algorithm from < a href ="#LoadDocumentCallback-step-2 "> step 2</ a > ,
5761
- ensuring that < var > documentUrl</ var > is set to the original < var > url</ var > .</ li >
5760
+ and restart the algorithm from < a href ="#LoadDocumentCallback-step-2 "> step 2</ a > .</ li >
5762
5761
< li id ="LoadDocumentCallback-step-5 "> If the retrieved resource's < a > Content-Type</ a > is < code > application/json</ code >
5763
5762
or any media type with a < code > +json</ code > suffix as defined in [[RFC6839]]
5764
5763
except < code > application/ld+json</ code > ,
Original file line number Diff line number Diff line change 177
177
} , {
178
178
"@id" : "#tla05" ,
179
179
"@type" : [ "jld:PositiveEvaluationTest" , "jld:ExpandTest" ] ,
180
- "name" : "Base remains that of original document " ,
180
+ "name" : "Base is that of the alternate URL " ,
181
181
"purpose" : "Load an alternate link if type is not ld+json and rel=alternate." ,
182
182
"option" : {
183
183
"httpLink" : "<la05-alternate.jsonld>; rel=\"alternate\"; type=\"application/ld+json\""
Original file line number Diff line number Diff line change 1
1
[ {
2
- "@id" : "https://w3c.github.io/json-ld-api/tests/remote-doc/la05-in.html " ,
2
+ "@id" : "https://w3c.github.io/json-ld-api/tests/remote-doc/la05-alternate.jsonld " ,
3
3
"http://example.org/content" : [ { "@value" : "alternate" } ]
4
4
} ]
You can’t perform that action at this time.
0 commit comments