Skip to content

Commit 272f54a

Browse files
committed
Update to latest iana link descriptions
1 parent c2b9573 commit 272f54a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
-------------------
66

77
* form enhancer script was missing from build
8+
* Update to latest IANA link relation file.
89

910

1011
0.20.2 (2023-04-04)

src/data/iana-links.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"dns-prefetch": {
9595
"description": "Used to indicate an origin that will be used to fetch required resources for the link context, and that the user agent ought to resolve \n as early as possible.",
96-
"href": "https://www.w3.org/TR/resource-hints/"
96+
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch"
9797
},
9898
"duplicate": {
9999
"description": "Refers to a resource whose available representations are byte-for-byte identical with the corresponding representations of\n the context IRI.",
@@ -313,23 +313,23 @@
313313
},
314314
"preconnect": {
315315
"description": "Used to indicate an origin that will be used to fetch required resources for the link context. Initiating an early connection, which \n includes the DNS lookup, TCP handshake, and optional TLS negotiation, \n allows the user agent to mask the high latency costs of establishing a \n connection.",
316-
"href": "https://www.w3.org/TR/resource-hints/"
316+
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect"
317317
},
318318
"predecessor-version": {
319319
"description": "Points to a resource containing the predecessor version in the version history.",
320320
"href": "https://datatracker.ietf.org/doc/html/rfc5829"
321321
},
322322
"prefetch": {
323323
"description": "The prefetch link relation type is used to identify a resource that might be required by the next navigation from the link context, and \n that the user agent ought to fetch, such that the user agent can deliver a \n faster response once the resource is requested in the future.",
324-
"href": "http://www.w3.org/TR/resource-hints/"
324+
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch"
325325
},
326326
"preload": {
327327
"description": "Refers to a resource that should be loaded early in the processing of the link's context, without blocking rendering.",
328328
"href": "http://www.w3.org/TR/preload/"
329329
},
330330
"prerender": {
331331
"description": "Used to identify a resource that might be required by the next navigation from the link context, and that the user agent ought to fetch \n and execute, such that the user agent can deliver a faster response once \n the resource is requested in the future.",
332-
"href": "https://www.w3.org/TR/resource-hints/"
332+
"href": "https://www.w3.org/TR/2023/DISC-resource-hints-20230314/"
333333
},
334334
"prev": {
335335
"description": "Indicates that the link's context is a part of a series, and that the previous in the series is the link target.",
@@ -377,7 +377,7 @@
377377
},
378378
"search": {
379379
"description": "Refers to a resource that can be used to search through the link's context and related resources.",
380-
"href": "http://www.opensearch.org/Specifications/OpenSearch/1.1"
380+
"href": "https://github.com/dewitt/opensearch"
381381
},
382382
"section": {
383383
"description": "Refers to a section in a collection of resources.",
@@ -403,6 +403,10 @@
403403
"description": "Identifies general metadata for the context that is primarily intended for consumption by machines.",
404404
"href": "https://datatracker.ietf.org/doc/html/rfc8631"
405405
},
406+
"sip-trunking-capability": {
407+
"description": "Refers to a capability set document that defines parameters \n or configuration requirements for automated peering and communication-channel \n negotiation of the Session Initiation Protocol (SIP).",
408+
"href": "https://datatracker.ietf.org/doc/html/rfc9409"
409+
},
406410
"sponsored": {
407411
"description": "Refers to a resource that is within a context that is \n\t\tsponsored (such as advertising or another compensation agreement).",
408412
"href": "https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html"

0 commit comments

Comments
 (0)