I have a form in a web page (HTML, JavaScript, Jquery). How can I make VoiceOver read something out when the form submission fails due to invalid entries in the form (everything happens on the client-side) without setting focus to an element containing error description?I have a form in a web page (HTML, JavaScript,