|
10 | 10 | <!ENTITY rfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
|
11 | 11 | <!ENTITY rfc2616 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2616.xml">
|
12 | 12 | <!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
13 |
| -<!ENTITY linkheader SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.nottingham-http-link-header.xml"> |
| 13 | +<!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml"> |
14 | 14 | <!ENTITY html401 SYSTEM "http://xml.resource.org/public/rfc/bibxml4/reference.W3C.REC-html401-19991224.xml">
|
15 | 15 | ]>
|
16 | 16 | <?rfc toc="yes"?>
|
|
296 | 296 | </t>
|
297 | 297 |
|
298 | 298 | <t>
|
299 |
| - If the instance is described by a schema providing the a link with "root" relation, or such a link is provided in using the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer"). |
| 299 | + If the instance is described by a schema providing the a link with "root" relation, or such a link is provided in using the <xref target="RFC5988">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer"). |
300 | 300 | The only exception to this is the resolution of "root" links themselves.
|
301 | 301 | </t>
|
302 | 302 |
|
@@ -653,7 +653,7 @@ Input Output
|
653 | 653 | </figure>
|
654 | 654 |
|
655 | 655 | <t>
|
656 |
| - Note that these relationship values are case-insensitive, consistent with their use in HTML and the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>. |
| 656 | + Note that these relationship values are case-insensitive, consistent with their use in HTML and the <xref target="RFC5988">HTTP Link header</xref>. |
657 | 657 | </t>
|
658 | 658 |
|
659 | 659 | <section title="Fragment resolution with "root" links">
|
@@ -839,7 +839,7 @@ GET /foo/
|
839 | 839 | </t>
|
840 | 840 |
|
841 | 841 | <t>
|
842 |
| - This property is analogous to the "type" property of <a> elements in HTML (advisory content type), or the "type" parameter in the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>. |
| 842 | + This property is analogous to the "type" property of <a> elements in HTML (advisory content type), or the "type" parameter in the <xref target="RFC5988">HTTP Link header</xref>. |
843 | 843 | User agents MAY use this information to inform the interface they present to the user before the link is followed, but this information MUST NOT use this information in the interpretation of the resulting data.
|
844 | 844 | When deciding how to interpret data obtained through following this link, the behaviour of user agents MUST be identical regardless of the value of the this property.
|
845 | 845 | </t>
|
@@ -1017,7 +1017,7 @@ GET /foo/
|
1017 | 1017 | &rfc4627;
|
1018 | 1018 | &rfc5226;
|
1019 | 1019 | &rfc2046;
|
1020 |
| - &linkheader; |
| 1020 | + &rfc5988; |
1021 | 1021 | &html401;
|
1022 | 1022 | </references>
|
1023 | 1023 |
|
|
0 commit comments