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