List of link types as specified by HTML.
ContentsThis package lists values that are allowed in rel
attributes on <a>
, <area>
, <form>
, or <link>
elements. These values come from mdn.
Use this package if you specifically need to check which values are allowed in by the HTML spec in rel
attributes on <a>
, <area>
, <form>
, and <link>
elements. See link-rel
for a list of MicroFormats extensions to <link>
, and a-rel
for a list of MicroFormats extensions on <a>
and <area>
elements.
This package is ESM only. In Node.js (version 12.20+, 14.14+, or 16.0+), install with npm:
npm install html-link-types
In Deno with Skypack:
import {htmlLinkTypes} from 'https://cdn.skypack.dev/html-link-types@2?dts'
In browsers with Skypack:
<script type="module"> import {htmlLinkTypes} from 'https://cdn.skypack.dev/html-link-types@2?min' </script>Use
import {htmlLinkTypes} from 'html-link-types' console.log(htmlLinkTypes)
Yields:
[ 'alternate', 'archives', 'author', 'bookmark', 'dns-prefetch', 'external', 'first', 'help', 'icon', 'index', 'last', 'license', 'manifest', 'next', 'nofollow', 'noopener', 'noreferrer', 'pingback', 'preconnect', 'prefetch', 'preload', 'prerender', 'prev', 'search', 'sidebar', 'stylesheet', 'tag', 'up' ]API
This package exports the following identifiers: htmlLinkTypes
. There is no default export.
htmlLinkTypes
List of lowercase types (Array<string>
).
This package is fully typed with TypeScript. There are no extra exported types.
CompatibilityThis package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 12.20+, 14.14+, and 16.0+. It also works in Deno and modern browsers.
SecurityThis package is safe.
Relatedwooorm/a-rel
â list of link types for rel
on a
and area
wooorm/aria-attributes
â list of ARIA attributeswooorm/html-dangerous-encodings
â list of dangerous HTML character encoding labelswooorm/html-encodings
â list of HTML character encoding labelswooorm/link-rel
â list of link types for rel
on link
wooorm/meta-name
â list of values for name
on meta
wooorm/web-namespaces
â map of web namespacesYes please! See How to Contribute to Open Source.
LicenseMIT © Titus Wormer
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4