biome/packages/aria-data
renovate[bot] 2fddcc3e04
fix(deps): update @biomejs packages (#8386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 06:19:50 +00:00
..
dpub-aria-1-0.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
dpub-aria-1-1.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
generate-aria-data.js chore: fix formatting 2024-11-11 13:24:19 +00:00
graphics-aria-1-0.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
package.json fix(deps): update @biomejs packages (#8386) 2025-12-08 06:19:50 +00:00
README.md feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
wai-aria-1-1.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
wai-aria-1-2.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00
wai-aria-1-3.json feat(aria-data): add DPub and Graphics modules (#4497) 2024-11-10 19:17:39 +01:00

ARIA data

This package provides a script that extracts data from an ARIA specification. This is a best effort approach because the ARIA specifications are in a semi-structured representation.

Just call the script with the name an dversion of the ARIA specification and write to a given file:

node generate-aria-data.js wai-aria-1.2 >| wai-aria-1-2.json