Accessibility Issues
-
We found a couple of accessibility issues when running a check on our website.
- When there are no events for a single post page, the text “There are no upcoming events” appears in a <p> element which is wrapped in a <dl> element. According to the checker: “<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements”
- The color contrast of the default blue and white on the “today” calendar item doesn’t pass accessibility contrast ratio (the selectors are .simcal-today > div and .simcal-today .simcal-day-label). The styles are inline. I was able to override these using specific CSS and !important.
Thank you for your attention to these matters as accessibility is becoming more of a “hot topic” as of late.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Accessibility Issues’ is closed to new replies.