-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Accessibility (A11y) Improvement: enable the Enter keystroke on the IBM w3ID authentication page #203
Comments
Hey @jthurne - while I completely agree with you, we / this repo doesn't have any say over that page unfortunately :(. Not entirely sure who the contact is for that, but I'll ask around |
Thanks @chrisdhanaraj. I suspected this wasn't the right place, but I don't really know where to go with it, so I'm 🤞 that you'll learn where I should take this request. :) |
@jthurne The user can hit enter on that button but the user must tab to focus on the button first. |
…#187) (carbon-design-system#203) * update stories in storybook to display API info (carbon-design-system#187) TextArea TextInput Tag Select SecondaryButton Search RadioButton RadioButtonGroup PrimaryButton NumberInput Small changes Notification Fix typo Icon FileUploader DangerButton Checkbox Fix typos ButtonSet AppContainer Tabs OverflowMenu ModalWrapper Modal Loading Dropdown ContentSwitcher Cards * remove ControlledDropdown class
Reverting an accidental change to how the id was being used. Adding the change from 7ea8ab9 back in that was taken out in 241a15e Fixes carbon-design-system#200
Overview
If a user is logging into Bluemix, and that user should be authenticated with w3ID, they are first shown this page where they have to click
Sign in to IBM w3ID
in order to initiate the authentication process:Currently, there is no accessible keyboard shortcut assigned to that button. Ideally, users could just hit Enter. Unfortunately, they must actually use the mouse to click the button. This makes authentication inaccessible to some users (and annoying to others who just want to quickly move past this page).
Other
Apologies for using IBM-specific terms. I'm sure there are generic carbon component terms for everything above, but I don't know them. Feel free to modify to make more "generic".
The text was updated successfully, but these errors were encountered: