Skip to content

Commit

Permalink
Updated the readme with src/etc build info
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Jan 11, 2019
1 parent 9e1e5d9 commit 03c8a3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ CDN URL: https://npm-cdn.com/pkg/aria-query/

Programmatic access to the [WAI-ARIA 1.1 Roles Model](https://www.w3.org/TR/wai-aria-1.1/#roles).

## Building the `src/etc` files.

The files under `src/etc` are generated by the `breakUpAriaJSON` script.

To change them, edit the file `scripts/roles.json` then run:

```
$ node ./scripts/breakUpAriaJSON.js
$ git add scripts/roles.json src/etc
```

It should work with Node version 6.11.2 or later.

## Utilities

### Roles
Expand Down

0 comments on commit 03c8a3c

Please sign in to comment.