From: Nicolas Coden Date: Tue, 16 Jan 2018 22:55:55 +0000 (+0100) Subject: docs: add basic doc about a11y attributes in Abide X-Git-Tag: v6.6.0~3^2~311^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf661906;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: add basic doc about a11y attributes in Abide --- 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`.