aria-attributes
Version:
List of ARIA attributes
159 lines (105 loc) • 3.6 kB
Markdown
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
List of [ARIA][spec] attributes.
* [What is this?](
* [When should I use this?](
* [Install](
* [Use](
* [API](
* [`ariaAttributes`](
* [Types](
* [Compatibility](
* [Security](
* [Related](
* [Contribute](
* [License](
This is a list of all ARIA attributes.
You can use this list if you want to know which attributes are known ARIA
attributes.
This package is [ESM only][esm].
In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
```sh
npm install aria-attributes
```
In Deno with [Skypack][]:
```js
import {ariaAttributes} from 'https://cdn.skypack.dev/aria-attributes@2?dts'
```
In browsers with [Skypack][]:
```html
<script type="module">
import {ariaAttributes} from 'https://cdn.skypack.dev/aria-attributes@2?min'
</script>
```
```js
import {ariaAttributes} from 'aria-attributes'
console.log(ariaAttributes)
```
Yields:
```js
[ 'aria-activedescendant',
'aria-atomic',
'aria-autocomplete',
'aria-busy',
'aria-checked',
// …
'aria-valuemax',
'aria-valuemin',
'aria-valuenow',
'aria-valuetext',
'role' ]
```
This package exports the following identifiers: `ariaAttributes`.
There is no default export.
List of lowercase attributes including `role` (`Array.<string>`).
This package is fully typed with [TypeScript][].
This 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.
This package is safe.
* [`wooorm/html-tag-names`](https://github.com/wooorm/html-tag-names)
— list of HTML tag names
* [`wooorm/mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
— list of MathML tag names
* [`wooorm/svg-tag-names`](https://github.com/wooorm/svg-tag-names)
— list of SVG tag names
* [`wooorm/svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
— map of SVG elements to attributes
* [`wooorm/html-element-attributes`](https://github.com/wooorm/html-element-attributes)
— map of HTML elements to attributes
Yes please!
See [How to Contribute to Open Source][contribute].
[][license] © [Titus Wormer][author]
<!-- Definitions -->
[]: https://github.com/wooorm/aria-attributes/workflows/main/badge.svg
[]: https://github.com/wooorm/aria-attributes/actions
[]: https://img.shields.io/codecov/c/github/wooorm/aria-attributes.svg
[]: https://codecov.io/github/wooorm/aria-attributes
[]: https://img.shields.io/npm/dm/aria-attributes.svg
[]: https://www.npmjs.com/package/aria-attributes
[]: https://img.shields.io/bundlephobia/minzip/aria-attributes.svg
[]: https://bundlephobia.com/result?p=aria-attributes
[]: https://docs.npmjs.com/cli/install
[]: https://www.skypack.dev
[]: license
[]: https://wooorm.com
[]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[]: https://www.typescriptlang.org
[]: https://opensource.guide/how-to-contribute/
[]: https://www.w3.org/TR/wai-aria/