Re: development of a screen reader
Alexander Surkov <[email protected]> Wed, 8 Aug 2018 14:37:12 -0400
| Newsgroups | gmane.comp.mozilla.accessibility |
|---|---|
| Message-ID | <CA+epNsfWO36b-Hhq6icbBDcj4viCR=vXV3evCrVzSAw6c-2hxw@mail.gmail.com> |
Hey. Accessible tree is not exposed to the web yet. Your best bet is AOM [1], which is under-development still. So technically all you have for today is DOM. I'm curious though to hear more about your project. It may be quite helpful in the standard development. Thank you. Alexander. [1] https://github.com/WICG/aom/blob/gh-pages/explainer.md On Mon, Jun 11, 2018 at 9:15 PM, <[email protected]> wrote: > > Hello! I am currently developing a screen reader for my website. What I > have so far works on the DOM, I do not know if this is the best way, so I > want to ask, I hope this is the right place, how to get to the > accessibility tree? Is it better to work with that tree or continue my work > on the DOM? Thank you very much and I hope to find some light here. > _______________________________________________ > dev-accessibility mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-accessibility >