Skip to content
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

[BITV] App navigation sidebar a11y #33739

Closed
4 tasks done
PVince81 opened this issue Aug 29, 2022 · 3 comments
Closed
4 tasks done

[BITV] App navigation sidebar a11y #33739

PVince81 opened this issue Aug 29, 2022 · 3 comments
Assignees
Labels
1. to develop Accepted and waiting to be taken care of accessibility bug
Milestone

Comments

@PVince81
Copy link
Member

PVince81 commented Aug 29, 2022

Foreach of these:

  • add role='navigation' on the item with id="app-navigation"
  • the selected item needs to have aria-current="page" set for the currently selected item (the one which already has class="active")

Grep result:

@PVince81
Copy link
Member Author

Regarding preventing tabbing, I did an experiment using the inert attribute and it would successfully prevent tabbing there

however the main problem is the snap.js library that doesn't properly fire events on closing, dragging, etc.
so either we find the right way to hack around it or we switch to a better library.

snap.js was already a huge problem due to animation event leaking in the past: #23785

@PVince81
Copy link
Member Author

potential alternatives:

@PVince81
Copy link
Member Author

ok, actually the new Vue sidebar already supports swiping: #32488 (comment)

@PVince81 PVince81 changed the title [BITV] Legacy left sidebar navigation a11y [BITV] Left sidebar navigation a11y Aug 29, 2022
@PVince81 PVince81 changed the title [BITV] Left sidebar navigation a11y [BITV] App navigation sidebar a11y Aug 29, 2022
@PVince81 PVince81 closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of accessibility bug
Projects
None yet
Development

No branches or pull requests

1 participant