Opened 12 years ago
Closed 12 years ago
#7500 closed defect (fixed)
textarea: wrong aria role is set on textarea
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | blocker | Milestone: | 1.2 |
Component: | Accessibility | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In FF 3 the textarea is no longer created using an iframe so it needs the proper ARIA role set. It is currently marked as "textarea" which is not a supported aria role. The template needs to be updated to be waiRole="textbox" waiState="multiline-true".
Note: See
TracTickets for help on using
tickets.
(In [14935]) fixes #7500 set propert aria role and state on textarea