To all #blind #ScreenReader users on various platforms who use #Firefox: The project to speed up web page and screen reader interaction, code-named Cache-The-World, is now at a phase where in Nightly 109, it has been enabled for all users. So if you spot anything that is unusual or not working as before, please let the #accessibility team know. Next step is an experiment for 50% roll-out on Windows in the 111 beta.
The page where you can track the progress is here: wiki.mozilla.org/Accessibility…
M. Verdone
in reply to Marco Zehe • • •Marco Zehe
in reply to M. Verdone • • •M. Verdone
in reply to Marco Zehe • • •Marco Zehe
in reply to M. Verdone • • •Marco Zehe
in reply to Marco Zehe • • •Jamie Teh
in reply to Marco Zehe • • •Jamie Teh
in reply to Jamie Teh • • •Marco Zehe
in reply to Jamie Teh • • •@sixohsix
Jamie Teh
in reply to Marco Zehe • • •Marco Zehe
in reply to Jamie Teh • • •Matt Campbell
in reply to Marco Zehe • • •Jamie Teh
in reply to Matt Campbell • • •Matt Campbell
in reply to Jamie Teh • • •Jamie Teh
in reply to Jamie Teh • • •Matt Campbell
in reply to Jamie Teh • • •Jamie Teh
in reply to Matt Campbell • • •Matt Campbell
in reply to Jamie Teh • • •Jamie Teh
in reply to Matt Campbell • • •Matt Campbell
in reply to Matt Campbell • • •@jcsteh Working on AccessKit, I see the following technical benefits to implementing UIA in a non-browser context:
1. NVDA can take advantage of UIA's bulk fetch. For MSAA/IA2 in a non-browser context, it has to do chatty IPC.
2. A UIA provider can signal that it's safe to call that provider's methods away from the UI thread.
3. An IA2 unique ID is only 32 bits, but a UIA runtime ID is variable-length. So I don't need a mapping from AccessKit to IA2 IDs.
Matt Campbell
in reply to Matt Campbell • • •Jamie Teh
in reply to Matt Campbell • • •Matt Campbell
in reply to Jamie Teh • • •