aom icon indicating copy to clipboard operation
aom copied to clipboard

Support for AOM in assistive technologies

Open TechThomas opened this issue 6 years ago • 4 comments

I'm interested in implementing AOM for some AR/VR UI components developed for a Graphical User Interface component for for A-Frame VR https://github.com/rdub80/aframe-gui

Do you have a list of AT that support AOM implementations that can be used to validate an implementation? My ideal AT to verify the implementation with would be Google Voice Access, Apple VoiceOver, Non Visual Desktop Access (NVDA), Dragon Naturally Speaking, and/or Microsoft Narrator.

Thanks!

TechThomas avatar Nov 19 '18 00:11 TechThomas

I'm not sure I completely understand the question. Could you give a code example of what you hope should work?

alice avatar Nov 19 '18 00:11 alice

@TechThomas Support for the AOM is dependent on the browser rather than the AT. The AOM will enable manipulation of the browser's accessibility tree, but the AT will still obtain information from the accessibility tree in the same way it has always done.

What isn't clear at the moment, is which (if any) browsers) support the first phase of the AOM.

LJWatson avatar Nov 19 '18 11:11 LJWatson

I'm still interested in what use case @TechThomas would like to support here - I'd love to work together to make sure the API is as useful as possible, and to make sure we create realistic web platform test cases.

alice avatar Nov 20 '18 01:11 alice

@alice apologies for huge delay in response here. I'm going to @LJWatson talk at A11yNYC next week on the AOM Time Traveler's Guide to Accessibility Mechanics Once the first phase of the AOM is available in the browsers I would love to try out an implementation for some A-Frame GUI components.

TechThomas avatar Jan 16 '19 13:01 TechThomas