CDRH / orchid

Rails Engine for site integration with CDRH API
MIT License
3 stars 0 forks source link

Fix accessibility issues #231

Closed wkdewey closed 2 years ago

wkdewey commented 2 years ago

Fixes #145

wkdewey commented 2 years ago

Also fixes #125

wkdewey commented 2 years ago

Also fixes #222 . All the js files should be in the right place now and all the manifests should be good.

techgique commented 2 years ago

Another thing we probably want to tackle with this PR is there are some <a> elements that have the btn classes but don't have the role="button" attribute. We should probably review/standardize that alongside the JS code that leverages that for the keyboard accessibility.