-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix: Removed select on focus behaviour allowed space and enter for selection #230
base: master
Are you sure you want to change the base?
Conversation
@oliverfoster The adapt-contrib-mcq/templates/mcq.jsx Line 72 in 13ca7d2
|
Co-authored-by: Brad Simpson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Tested iPhone 13 with VoiceOver iOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
fixes #229
This should fix ios voiceover selection issues on radio (single select) mcqs and gmcqs
Reference: https://www.w3.org/WAI/ARIA/apg/patterns/radio/
Fix