Skip to content

Commit

Permalink
[setup] documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Jun 23, 2017
1 parent f1e304b commit 107ac98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/SETUP.md
Expand Up @@ -62,4 +62,6 @@ UMD | Browser | `dist/bootstrap-vue.js`

### ARIA compliance
Some HTML tags like `aria-*` and `for` need a dom `id` reference in order to get it working.
The attributes are automatically added if `id` attribute is available on target element and it is *highly recommended adding `id`* to each component.
The attributes are automatically added if `id` attribute is available on target
element and it is *highly recommended adding a unique `id`* to each component. Components that
benefit from `id` for ARIA will have `id` listed in their props in the documentation.

0 comments on commit 107ac98

Please sign in to comment.