From 6cf661906d7188c27f767487600575f86421a0b6 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 16 Jan 2018 23:55:55 +0100 Subject: [PATCH] docs: add basic doc about a11y attributes in Abide --- docs/pages/abide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/abide.md b/docs/pages/abide.md index ff0768af1..c22716d63 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -375,3 +375,9 @@ function($el,required,parent) { ``` + +## Accessibility + +By default, Abide will add some accessibility attributes to your form elements. It is highly recommended to keep this option active as it improve the usability of your forms for disabled people. [Lean more about Accessibility in Foundation](accessibility.html). + +However, if you think the attributes added by Abide are not correct, you can disable it by setting `a11yAttributes` (or `[data-a11y-attributes]`) to `false`. -- 2.47.2