paypal / bootstrap-accessibility-plugin

Accessibility Plugin for Bootstrap 3 and Bootstrap 3 as SubModule
http://paypal.github.io/bootstrap-accessibility-plugin/demo.html
BSD 3-Clause "New" or "Revised" License
790 stars 189 forks source link

Provide a selector ( .no-boot-a11y ) to turn off bootstrap-accessibility #76

Closed stevemartin closed 8 years ago

stevemartin commented 9 years ago

Specify your own custom aria tags

Sometimes you need to implement a custom aria scheme for custom controls - aria-grid for example.

IMO It is less intrusive ( to the existing code and running implementations ), to add the ability to turn off bootstrap-accessibility for given elements, than it is to modify the existing functionality so that it doesn't overwrite your own custom role's or aria-... tags.