Bug 423345 - [accessibility] Popup dialogs lacking semantics
Summary: [accessibility] Popup dialogs lacking semantics
Status: RESOLVED WONTFIX
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2013-12-05 11:37 EST by Mark Macdonald CLA
Modified: 2015-05-05 14:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Macdonald CLA 2013-12-05 11:37:45 EST
The common modal dialog used in Orion (eg. Ctrl+Shift+F) is just a plain DIV with no ARIA role.

It should be improved by either:
 -Using HTML5 <dialog>
 -Adding ARIA role="dialog" [1]

Chrome betas support <dialog>. Firefox does not [2] but there is a polyfill [3].

[1] https://developer.mozilla.org/en-US/docs/Accessibility/ARIA/ARIA_Techniques/Using_the_dialog_role
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=840640
[3] http://demo.agektmr.com/dialog/
Comment 1 John Arthorne CLA 2015-05-05 14:44:33 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html