In general, how do you display client-side validation messages on a web page to make it easy to read out? Alerts are read out nice but are forbidden in the current design.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'd suggest using a paragraph or similar (optionally invisible) with a role of alert.
When something goes wrong, put the text in the error-msg element, with Javascript of some description.
Or something to that effect. I believe this is what YouTube uses to let a user know when a new video in a playlist is loading. Hope this helps. |
|||
|
|