• Sorry I can’t link to the site in question…

    I’ve used this plugin a long time but it wasn’t until recently that my clients are reqesting their sites be ADA compliant. Testing with https://achecker.ca/checker/index.php gave me a number of issues with the calendar. I am able to fix all but one:

    Check 245: Data table with more than one row/column of headers does not use id and headers attributes to identify cells.
    Repair: Add id and headers attributes to table cells so they identify the cells that relate to the headers.

    Error Line 952, Column 4:
    <table class="simcal-calendar-grid"
    			       data-event-bubble-trigger="hover">
    				<thead class= ...

    I couldn’t figure how to attack this problem other than I assume it is: default-calendar-grid.php

    Anybody else figure this out?

  • The topic ‘ADA compliance issues’ is closed to new replies.