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

♿ a11y(bal-modal, bal-popup): Overlay background accessible #1423

Open
1 task done
carolabes opened this issue Jun 13, 2024 · 3 comments · May be fixed by #1427
Open
1 task done

♿ a11y(bal-modal, bal-popup): Overlay background accessible #1423

carolabes opened this issue Jun 13, 2024 · 3 comments · May be fixed by #1427
Assignees
Labels
🐛 bug Something isn't working

Comments

@carolabes
Copy link

Description of this issue

  • When the menus are expanded, users can access "hidden" content behind overlay via screenreader/keyboard.
  • affects all overlays

How to fix it

  • If menus are expanded, only visible content should be accessible
  • Background must have tab-index = -1 and aria-hidden = true.

Additional Information

Level A
https://www.w3.org/WAI/WCAG21/Understanding/meaningful-sequence.html

Level AA
https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html

Code of Conduct

  • I agree to follow this project's Code of Conduct
@carolabes carolabes added the ✨ feature New feature or request label Jun 13, 2024
@mmarinkov mmarinkov self-assigned this Jul 4, 2024
@mmarinkov
Copy link
Contributor

/cib

Copy link
Contributor

github-actions bot commented Jul 4, 2024

Branch feat/issue-1423 created!

github-actions bot added a commit that referenced this issue Jul 4, 2024
@github-actions github-actions bot linked a pull request Jul 4, 2024 that will close this issue
@hirsch88 hirsch88 changed the title ♿ a11y(bal-nav): Overlay background accessible ♿ a11y(bal-modal, bal-popup): Overlay background accessible Jul 18, 2024
@mmarinkov
Copy link
Contributor

on hold - we will work on this task in pair

@hirsch88 hirsch88 added 🐛 bug Something isn't working and removed ✨ feature New feature or request labels Sep 6, 2024
@hirsch88 hirsch88 added this to the ♿️ Accessibility milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants