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