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

Accessibility - WCAG2.1 - list without content #2571

Open
perriard opened this issue Feb 9, 2021 · 0 comments
Open

Accessibility - WCAG2.1 - list without content #2571

perriard opened this issue Feb 9, 2021 · 0 comments
Labels

Comments

@perriard
Copy link

perriard commented Feb 9, 2021

Hi

When running WCAG 2.1 level A accessibility tests, the code fails the 1.3.1 success criterion - using ol, ul and dl for lists or groups of links. (See https://www.w3.org/WAI/WCAG21/Techniques/html/H48 )

It fails because the inner dropdown element

    does not have any children
  • - they are not populated until the selectpicker has been clicked.

    You can see a test of the examples page http://qualweb.di.fc.ul.pt/evaluator/https%253A%252F%252Fdeveloper.snapappointments.com%252Fbootstrap-select%252Fexamples%252F

    • scroll down to the "failed" result with the title "USING OL, UL AND DL FOR LISTS OR GROUPS OF LINKS"

    Is this something you would consider fixing? :-)

  • @perriard perriard added the bug label Feb 9, 2021
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant