tree: 00a371e0f2ba973c63bf57183f0d7908ade51ad4
  1. android/
  2. public/
  3. automation_impl.cc
  4. automation_impl.h
  5. browser_accessibility_service.cc
  6. browser_accessibility_service.h
  7. browser_accessibility_service_unittest.cc
  8. BUILD.gn
  9. buildflags.gni
  10. COMMON_METADATA
  11. DEPS
  12. DIR_METADATA
  13. fake_service_client.cc
  14. fake_service_client.h
  15. OWNERS
  16. README.md
services/accessibility/README.md

Accessibility Service

The accessibility service on Chrome OS provides accessibility services like ChromeVox, Select-to-Speak, Switch Access and Dictation, and a framework API to communicate with the operating system. On Chrome desktop, the accessibility service could be used by native APIs to expose accessibility information to the operating system.

Chrome OS

On Chrome OS, the service runs a V8 instance which will execute Accessibility feature Javascript. The V8 implementation is in features/.