Turning on Accessiblity
Hi,
I am developing a screen reader for Mac using the Accessibility API.
How do I switch on Accessibility in the browser and how do I tell Firefox I am a screen reader? There seems to be no option to expose the web content like other browsers.
about:support -> accessibility->activated is always false.
Thank you for your time.
Brent.
Alle antwoorden (7)
Try : https://support.mozilla.org/en-US/kb/accessibility-services https://support.mozilla.org/en-US/kb/accessibility-features-firefox-make-firefox-and-we https://developer.mozilla.org/en-US/docs/Mozilla/Accessibility/Accessibility_Features_in_Firefox
https://wiki.mozilla.org/Add-ons/developer/communication https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension
I hope this is what you were looking for.
Please let us know if this solved your issue or if need further assistance.
Thanks for your fast reply.
I've actually read these many times today, unfortunately, unless I'm missing something, none of them say how to actually turn on accessiblity to expose the web content?
Is there nothing in the Developer as that link is 1st of many as to how too's I think.
What about in Firefox Developer Edition it self ?
For development maybe, I'll take a look at the Developer Edition.
I would have thought though you can expose the web content for a screen reader via one of the Firefox Accessibility options.
In Chrome, it's as easy as going to chrome://accessiblity and turning on the option, I assume Firefox doesn't have any thing like this was is surprising as the current set of Accessibility options don't help?
Thanks.
I am sure it is. I just do not know it. Someone will get back to you I am sure about the guts of the project.
Ok, thanks for your help and the link..