WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Must all form fields be active to be perceivable?

for

From: Lovely, Brian (CONT)
Date: May 12, 2017 6:45AM


The important thing is that the added/activated form fields be after the triggering field in code order. In other words, if you split a form into A, B, and C sections (with A being first in code order, and C last), and some choice in the B section activates a field in the C section, then that's fine because the screen reader user hasn't navigated to the C section yet, and they will discover the newly activated inputs when they do. However, if some choice in the B section activates a field in the A section, the assumption is that the screen reader user has already been through the A section and has no idea that it has now changed.