This repository was archived by the owner on Nov 11, 2021. It is now read-only.
This repository was archived by the owner on Nov 11, 2021. It is now read-only.
Microphone: buttons in pressed state don't update their state #244
Open
Description
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/microphone/
Pressed state is visually changed by adding a class. It needs to inform the accessibility tree that the state has changed to the pressed state. I believe (off the top of my head) this should use the aria-pressed attribute, but double check before fixing it.