bootstrap-accessibility currently overrides all user defined aria roles
for elements that don't want this, add the .no-boot-a11y class
tested with Chrome + Chrome's Accessibility Developer Tools
fix grunt versioning when you bump the version number
bump version to 1.0.4
Rationale
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.
Specify your own custom aria tags
roles
.no-boot-a11y
classRationale
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 oraria-...
tags.