Skip to main content

All Questions

0 votes
2 answers
315 views

Accessibility and complex HTML forms: How to use headings between form controls?

A client needs to create quite a complex form. We use <fieldset>/<legend> to group certain elements together. But it's not enough - even if we nest them. Think about the following: <...
Joshua Muheim's user avatar
1 vote
0 answers
45 views

Jaws Form Field View Tabbing Fields

Since starting Jaws 2018, after viewing my form using insert + F5, some of the fields are somehow indented and not being read by JAWS. My screenshot will show in more detail. enter image description ...
Harry L Respass's user avatar
2 votes
2 answers
574 views

JAWS starts announcing content in the middle of the page when navigating via form submission in IE11

I'm encountering something bizarre in which a page with a form and fairly minimal layout is read correctly by JAWS 16 and 18 in IE11 on initial load. However, when that page is loaded from the action ...
Dan's user avatar
  • 6,334
4 votes
1 answer
3k views

JAWS not entering auto form mode on radio buttons

I have a form with 120 radio buttons, grouped in 30 fieldsets of each 4 radiobuttons. There is one submit <button>. There are no other inputs. When not using JAWS, the tab behaviour of various ...
commonpike's user avatar
  • 10.9k
0 votes
0 answers
808 views

Jaws 13 + IE 11: file input reading is weird

I have a screen where everything is fine until I encounter a file input. I am aware the way that IE rendered the file input makes it two tab stops but for some reason on the first stop Jaws insists on ...
BevynQ's user avatar
  • 8,209
14 votes
3 answers
8k views

How to prevent JAWS from saying "invalid entry" on required fields?

When using HTML5 attributes to mark up a form with required fields, JAWS 14 in Firefox (and possible others) announces empty fields as "invalid entry" the first time the user focuses on them (i.e. the ...
craigpatik's user avatar