Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How the Use of ARIA Label Attributes Impact Speech to Input Users

A speech to input user can activate links on a web page by instructing the software to click on links and buttons that the user sees on screen.

From a speech to input user perspective best practice would be to include the default link text/button label at the beginning of the aria-label. A speech to input user can activate links on a web page by instructing the software to click on links and buttons that the user sees on screen.

If a speech to input user want's to activate a button that says "Learn more" and an aria-label has been provided, the speech recognition software is going to respond to the aria-label (not the default link text).

...