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

Navigation accessibility question #540

Open
dandalpiaz opened this issue Jun 13, 2024 · 0 comments
Open

Navigation accessibility question #540

dandalpiaz opened this issue Jun 13, 2024 · 0 comments

Comments

@dandalpiaz
Copy link

When running an automated accessibility check on a page using the navigation components from the v2 toolkit, e.g. https://builder.toolkit.illinois.edu/index.html , a couple issues are being flagged in the nav:

  • Lists do not contain only <li> elements and script supporting elements (<script> and <template>).
    • Failing elements are the <il-nav-link> for 'Home', 'Alternate Versions', and 'Color Checker'
  • List items (<li>) are not contained within <ul>, <ol> or <menu> parent elements.
    • Failing elements are <li class="full"> for 'Home', 'Alternate Versions', and 'Color Checker'. And <li class="collapsed full inactive"> for 'Preview Lists' and 'Help Notes'.

I was wondering if these might false positives, because of the way the shadow-dom elements work and/or the custom element names?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant