From 107ac98a80ba7c74cab5d424135f5b92f9e0a86d Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Fri, 23 Jun 2017 12:01:45 -0300 Subject: [PATCH] [setup] documentation update --- docs/SETUP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/SETUP.md b/docs/SETUP.md index ddd58b70273..5876af5b79e 100755 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -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.