Bug 487898 - codeEdit: Find dialog needs accessibility work
Summary: codeEdit: Find dialog needs accessibility work
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Editor (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: libing wang CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2016-02-16 12:41 EST by Carolyn MacLeod CLA
Modified: 2016-05-24 06:11 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2016-02-16 12:41:15 EST
The Find dialog in the CodeEdit demo needs accessibility work
- needs role=dialog
- symbolic buttons need aria-label
- need to confine tab key so that the user cannot tab out of the dialog

Here is a blog post that will help to understand what is needed:
https://www.marcozehe.de/2015/02/05/advanced-aria-tip-2-accessible-modal-dialogs/
Comment 1 Carolyn MacLeod CLA 2016-05-05 16:32:00 EDT
Also, the element with role="dialog" needs to have aria-label="Find/Replace" so that the screen reader says "Find/Replace Dialog" when the dialog opens.