Skip to content

Commit

Permalink
Update to latest iana link descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 18, 2023
1 parent c2b9573 commit 272f54a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
-------------------

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


0.20.2 (2023-04-04)
Expand Down
14 changes: 9 additions & 5 deletions src/data/iana-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"dns-prefetch": {
"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.",
"href": "https://www.w3.org/TR/resource-hints/"
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch"
},
"duplicate": {
"description": "Refers to a resource whose available representations are byte-for-byte identical with the corresponding representations of\n the context IRI.",
Expand Down Expand Up @@ -313,23 +313,23 @@
},
"preconnect": {
"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.",
"href": "https://www.w3.org/TR/resource-hints/"
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect"
},
"predecessor-version": {
"description": "Points to a resource containing the predecessor version in the version history.",
"href": "https://datatracker.ietf.org/doc/html/rfc5829"
},
"prefetch": {
"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.",
"href": "http://www.w3.org/TR/resource-hints/"
"href": "https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch"
},
"preload": {
"description": "Refers to a resource that should be loaded early in the processing of the link's context, without blocking rendering.",
"href": "http://www.w3.org/TR/preload/"
},
"prerender": {
"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.",
"href": "https://www.w3.org/TR/resource-hints/"
"href": "https://www.w3.org/TR/2023/DISC-resource-hints-20230314/"
},
"prev": {
"description": "Indicates that the link's context is a part of a series, and that the previous in the series is the link target.",
Expand Down Expand Up @@ -377,7 +377,7 @@
},
"search": {
"description": "Refers to a resource that can be used to search through the link's context and related resources.",
"href": "http://www.opensearch.org/Specifications/OpenSearch/1.1"
"href": "https://github.com/dewitt/opensearch"
},
"section": {
"description": "Refers to a section in a collection of resources.",
Expand All @@ -403,6 +403,10 @@
"description": "Identifies general metadata for the context that is primarily intended for consumption by machines.",
"href": "https://datatracker.ietf.org/doc/html/rfc8631"
},
"sip-trunking-capability": {
"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).",
"href": "https://datatracker.ietf.org/doc/html/rfc9409"
},
"sponsored": {
"description": "Refers to a resource that is within a context that is \n\t\tsponsored (such as advertising or another compensation agreement).",
"href": "https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html"
Expand Down

0 comments on commit 272f54a

Please sign in to comment.