AllMusic.com : Follow Artist Accessibility
This Chrome extension, AllMusic.com : Follow Artist Accessibility, aims to improve the accessibility of the "Follow" button on AllMusic.com's individual artist pages. The extension addresses the issue of the Follow button being implemented as a div, which can cause accessibility challenges for users.
To enhance accessibility, this extension makes the following modifications:
- Adds the role=button attribute to the div, enabling screen readers to identify it as a button.
- Includes an aria-label attribute to provide a descriptive label for the button, indicating that it represents the "Follow" action.
- Implements the button as a toggle, using the aria-pressed attribute to indicate whether the user is currently following the artist or not.
- Adds the item to the tab-index, improving navigation for users.
By making these changes, AllMusic.com : Follow Artist Accessibility aims to enhance the overall accessibility of AllMusic.com for users who rely on assistive technologies. This extension is available for free on the Chrome platform.