-
Notifications
You must be signed in to change notification settings - Fork 336
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
Details component does not work well with Dragon and VoiceOver #3693
Comments
Popping this comment here so it doesn't get lost on the other card: |
Comment from @davidc-gds on Slack, copied here for posterity:
|
The accessibility statement has been updated to include this issue. |
This came up again in the accessibility audit of the Design System website as well as the accessibility audit of GOV.UK Frontend components by DAC in July 2024. The new (but same) issues:
This time we investigated if we could fix this in any way and spent more time trying various potential solutions. Here is a summary of the work we've done recently to try to fix these issues. Details with DragonWe thoroughly investigated this. We asked DAC for their opinion on this, and they agreed that it's not worth doing due to not just current but also future problems with adding ARIA attributes to the component. They also said Dragon users are "not currently adversely impacted" because most Dragon users are used to the Details components not working properly and would therefore automatically use the known workarounds. Another potential solution is to build our own component. But we don't think that would be a good idea either. Details with VoiceOver on iOSAfter we investigated this, we found that there was a problem with our specific implementation using There are multiple VoiceOver bugs involved. While we could fix the issue for versions 17 and 18, we couldn't find a fix for older versions (which was due to a different VoiceOver bug). |
This issue is from May 2023 external accessibility audit report.
Usability issue
Issue ID:
DAC_Usability_Detail_Component_01
URLs:
https://signin.account.gov.uk/sign-in-or-create
Screen shots
The details component ‘About GOV.UK One Login’, is not easily accessible for all user groups. The details element is no recognised by verbal commands for users navigating with Dragon Naturally Speaking, and the user is required to use verbal keyboard commands such as ‘press tab’.
For users of screen reading assistive technologies the details component does not convey its state or functionality for users navigating with VoiceOver.
Current code ref(s)
#main-content > div > div > details
User comments
Screen reader user
Voice activation user
Solution
Consider using a button for the default detail component as this will mean it is recognised by and will convey its correct state to all assistive technologies.
The text was updated successfully, but these errors were encountered: