Skip to content

Add button role to improve accessibility in common/directives #4111

@renujain31

Description

@renujain31

Description:

Standardizing the appearance of buttons enhances the user's recognition of the widgets as buttons. We can add buttons by using role=button in the HTML element and thus can increase the accessibility of platform.

Todo:

Go through the files in this folder: platform-client/app/common/directives

Search for any buttons in the codebase of platform-client which are not button-elements and add role=button in the html element with that class. An easy way to search that might be by searching for class="button Make sure that you do not make any changes to the UI of platform.

Aha! Link: https://ushahiditeam.aha.io/features/PROD-863

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions