-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: EAA 2025 - high contrast UI and voice guidance changes #343
base: next
Are you sure you want to change the base?
Conversation
MFOS standalone sanity report - CORE,MANAGE,DISCOVERY: |
Failed to create a report: |
Failed to create a report: |
Failed to create a report: |
Failed to create a report: |
Failed to create a report: |
Failed to create a report: |
Adds a new
Accessibility.highContrastUI
method to the spec, returning a boolean denoting whether the user has selected to have high contrast UI mode enabled. This method will be available in the core SDK.This PR also adds a new
navigationHints
property to theAccessibility.voiceGuidanceSettings
response denoting whether or not the user has opted to have additional navigation hints synthesized.Both of these changes are to conform to requirements of the European Accessibility Act.
A new Accessibility specification doc has also been added to capture not only the above changes but also capture existing accessibility module functionality.