• the issue i have is this:

    1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure.

    Success Criteria 1.3.1 Info and Relationships (A)

    Check 91: select element missing an associated label.

    Repair: Add a label element that surrounds the control’s label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.

    Error Line 181, Column 80:
    <select id=”menu-top-1″ class=”menu dropdown-menu”><option value=”” class=”blank”>— Main Menu …

    the wcag checker i used is: https://achecker.ca/checker/index.php

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi appallis,

    I don’t see that error when I check your site using that checker, so maybe you have fixed it already.

    The html you pasted:

    <select id=”menu-top-1″ class=”menu dropdown-menu”><option value=”” class=”blank”>

    .. is not created by MMM. I suspect it is some HTML from your theme, so you would need to contact your theme authors for help with this issue.

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Accessibility Issue’ is closed to new replies.