tree: 4d22eb14a6dcd206f97ef3a462deada7b05ca7a6 [path history] [tgz]
  1. android/
  2. public/
  3. assistive_technology_controller_impl_unittest.cc
  4. automation_impl.cc
  5. automation_impl.h
  6. browser_accessibility_service.cc
  7. browser_accessibility_service.h
  8. browser_accessibility_service_unittest.cc
  9. BUILD.gn
  10. buildflags.gni
  11. COMMON_METADATA
  12. DEPS
  13. DIR_METADATA
  14. fake_service_client.cc
  15. fake_service_client.h
  16. os_accessibility_service_unittest.cc
  17. OWNERS
  18. 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/.