We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Main menu as site admin
The menu list for the organization admin is still part of the DOM even though it is "hidden" for the sighted users.
Check the DOM.
Content is not a list but it is marked as such.
Add logic to not include the ul menu element in the DOM for site admins.
ul
See how the DOM is still part of the page but is not visible because the menu items don't have text.
The text was updated successfully, but these errors were encountered:
BobanL
Successfully merging a pull request may close this issue.
Area or Component
Main menu as site admin
Quick Summary
The menu list for the organization admin is still part of the DOM even though it is "hidden" for the sighted users.
How to Replicate
Check the DOM.
Accessibility Violation
Content is not a list but it is marked as such.
Action Requested
Add logic to not include the
ul
menu element in the DOM for site admins.Screenshots (optional)
See how the DOM is still part of the page but is not visible because the menu items don't have text.
The text was updated successfully, but these errors were encountered: