-
Notifications
You must be signed in to change notification settings - Fork 90
Accessibility: Notification drawer expand & collapse links are inaccessible via keyboard navigation #599
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
Comments
Quite a few potentials for this fix:
|
href="" will work just fine (in angular) |
href works... within some past projects, for future proofing, seen, and let Angular generate all of the attributes |
I assume you mean you'd prefer to go with ng-href ? If so, I'm ok with that as well. |
we don't want to simply tab-index="0" and we don't want to prevent default since we want to be able to activate these via the keyboard as well. |
agreed, the potential for funkiness is well, funky Edit: for consistency if we haven't been using ng-href and defaulting to href probably a good idea to keep it the same |
The
a ng-click
s in the header of the notification drawer need an emptyhref=""
to be keyboard accessible (expand/collapse links).Re this comment on origin-web-console PR 1326
Is there accessibility guidelines in upstream patternfly? This would be a great topic @ that level.
@jeff-phillips-18
The text was updated successfully, but these errors were encountered: