How to announce the status of a toggle after being pressed in Assistive Technology?

General Tech Technology & Software 3 years ago

6.6K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

By assistive technology I am referring to using a screen reader like NVDA.

If I use aria's role property, I can have it announce "Mute button toggle on" but this doesn't read anything when the user presses enter or space to change whether it's muted or unmuted. I'd like to either say something like "Now unmuted" or just re-read the state of the toggle when the user changes it.

Relevant HTML:

<button tabIndex="0" ... role="button"/>
0 views
0 shares

profilepic.png
manpreet 3 years ago

I was not getting an announcement because I had a key attribute that was changing. Once I made the key attribute a constant, the screen reader correctly announces "pressed" or "not pressed".

However, a better solution is to get of the button role and just have the title change based on whether or not it's pressed. When the title changes, it will announce the name title.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum