I'm developing a form that is displayed in an iframe. When the form is first displayed (on click) I add a title to the iframe, and JAWS reads everything nicely.
When the form is submitted with errors, JAWS reads everything I expect it to, but it also reads out the URL of the iframe, which is very long.
On initial display, JAWS reads this:
{Page title} dialog
{Page title} frame
{first link inside frame}
When the form is submitted with an error, JAWS reads this:
{Page title} dialog
{Page title} frame
{Page title} read only
{long URL of iframe}
{first link inside frame}
Can anyone help me figure out these questions:
- What does "read only" mean in this context?
- How can I prevent the long URL being read?
Thanks