AllMusic.com : Follow Artist Accessibility icon

AllMusic.com : Follow Artist Accessibility

Extension Actions

CRX ID
ggkgehodhgpckphkojmpiapkdjhcpllb
Status
  • No Privacy Policy
  • Live on Store
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