• heatherly

    (@heatherly)


    When I scan my site for accessibility issues, the following warning comes up for the individual event pages (both repeating events and stand-alone events):

    Missing ARIA label IDs
    When specifying accessible names via aria-labelledby, ensure that the label elements exist.

    Issues

    • mc_283-title-<div id=”mc_single_21_283-single-details-283″ class=”details no-image” aria-labelledby=”mc_283-title-“>…</div>This code points to a missing ID: mc_283-title-

    Is there somewhere I can address this ID issue when I add events to the calendar?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    That aria-labelledby attribute is only relevant when the event is being displayed in a modal; it won’t have any impact on accessibility in this context. However, I should probably ensure that the attribute isn’t output in the single view, since it will raise false positives in testing tools.

Viewing 1 replies (of 1 total)

The topic ‘Missing ARIA label IDs – accessibility error’ is closed to new replies.