biome/packages/aria-data
renovate[bot] c7f9085cbc
Some checks failed
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish CLI (push) Blocked by required conditions
Release / Publish JS API (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
Benchmarks GraphQL / Bench (push) Has been cancelled
Benchmarks JS / Bench (push) Has been cancelled
fix(deps): update dependency happy-dom to v20 [security] (#7729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-13 12:38:24 +01: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 dependency happy-dom to v20 [security] (#7729) 2025-10-13 12:38:24 +01: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