I'm curious how to read all errors that appeared when HTML form is filled and the button clicked.
All errors - such as "please enter your middle name", "please enter your age" and so on should be pronounced.
aria-invalid="true"
, role="alert"
, aria-atomic="true"
and their combinations were tested.
It doesn't work at all or works fine, but reads only one error. I need all errors to be pronounced.
Any standard way to do that using HTML?
This question is both for ChromeVox and JAWS.