Changes between Initial Version and Version 4 of Ticket #3880
- Timestamp:
- Jul 30, 2007, 9:31:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3880
-
Property
Status
changed from
new
toclosed
- Property Cc [email protected]… added
-
Property
Summary
changed from
fix iframe ttile for textarea widgets - for screen reader usability
tofix iframe title for textarea widgets - for screen reader usability
- Property Owner changed from Becky Gibson to ptbrunet
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #3880 – Description
initial v4 3 3 1) Currently the accessible name for a text area widget is "edit box". This is what Window-Eyes uses for a role name so it is confusing. JAWS uses "edit". Change it to "edit area". The acc name comes from the document title attribute in the HEAD of the iframe. 4 4 5 For some omebackground on item 1) read the comment at 07/06/07 06:32:03 in #34825 For some background on item 1) read the comment at 07/06/07 06:32:03 in #3482 6 6 7 7 2) Due to the design mode technique used for FF2, it takes two tabs to get out of a text area widget. The first tab goes to the iframe, the second tab goes where it should. When focus moves to the iframe the accessible name should be changed from "edit area" to "edit area frame". This will help cut down on confusion.