AllMusic.com : Follow Artist Accessibility icon

AllMusic.com : Follow Artist Accessibility

Extension Actions

How to install Open in Chrome Web Store
CRX ID
ggkgehodhgpckphkojmpiapkdjhcpllb
Description from extension meta

This extension was created to make the follow artist button accessible on AllMusic.com

Description from store

This package provides an accessibility fix for the "Follow" button on AllMusic.com on the individual artist pages. The Follow option is actually a div.

It does so by doing the following:

* Adds role=button to the div, so it is picked up by screenreaders
* Adds an aria-label to the button to describe it as Follow
* Treats the button as a toggle using aria-pressed as true for following, false for not yet following. (Selected / Deselected)
* Adds item to tab-index for better navigation