Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2010 at 15:31 UTC
Updated:
29 Jul 2014 at 19:05 UTC
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