Currently the relationship between a form input element and the form element description is not programmatically associated. Using the aria-describedby property we can programmatically associate form fields with their descriptions. This means that screen-readers who tab through a form will have access to the form element description without exiting "forms mode".
* for users of technology that supports WAI-ARIA 1.0.
Comments
Comment #1
bowersox commented+1
Comment #2
mgiffordYup. And hopefully we can get it tested here in D7 with http://drupal.org/project/accessible before then.
Comment #3
Everett Zufelt commentedDuplicate of #405360: Use aria-describedby to link form elements with form element descriptions