• I’m running Axe Monitor on this site, and it is flagging the calendar with a critical accessibility issue. The dates at the top of the event calendar have the role of “columnheader.” This div requires a parent to have the role of “row.” And the row div requires a parent with a role of “grid” or “table.” The row and grid roles are not present in any containing divs.

    <div class="tribe-events-pro-week-grid__header-column" role="columnheader" aria-colindex="3" aria-label="May 12, 2026">

    More info on “Certain ARIA roles must be contained by particular parents” below
    https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=webdriverjs

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

You must be logged in to reply to this topic.