Page Scan Results:
(No H1 element on page)
https://www.okwu.edu/calendar/
Known Issues - These "violations" have been flagged as problematic by Axe, our accessibility scanner. Axe's "no false positives" philosophy means that if it's shown here, it's likely a problem to someone.
Known Issues on This Page
Links must have discernible text
Ensures links have discernible text. Axe Reference
-
<a href="https://www.okwu.edu/" role="link">
Element selector:.showonmobile > a[href$="okwu.edu/"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.facebook.com/okwuniv/" class="icon" role="link"> <span>Facebook</span> </a>
Element selector:.et-social-facebook > .icon
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.instagram.com/okwuniv/" class="icon" role="link"> <span>Instagram</span> </a>
Element selector:.et-social-instagram > .icon
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://twitter.com/OKWUniv" class="icon" role="link"> <span>Twitter</span> </a>
Element selector:a[href$="OKWUniv"]
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.youtube.com/channel/UCSkr7th7w_5u-iMCjNj8lcQ" class="icon" role="link"> <span>YouTube</span> </a>
Element selector:.et-social-youtube > .icon
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.linkedin.com/school/oklahoma-wesleyan-university/" class="icon" role="link"> <span>LinkedIn</span> </a>
Element selector:.et-social-linkedin > .icon
Failing checks (At least one of these should pass)
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
Certain ARIA roles must contain particular children
Ensures elements with an ARIA role that require child roles contain them. Axe Reference
-
<div class="tribe-events-calendar-month" role="grid" aria-labelledby="tribe-events-calendar-header" aria-readonly="true" data-js="tribe-events-month-grid">
Element selector:.tribe-events-calendar-month
Failing checks (At least one of these should pass)
-
Element has children which are not allowed: h2[tabindex]
#tribe-events-calendar-header
- Element uses aria-busy="true" while showing a loader
-
Element has children which are not allowed: h2[tabindex]
-
<header class="tribe-events-calendar-month__header" role="rowgroup">
Element selector:.tribe-events-calendar-month__header
Failing checks (At least one of these should pass)
-
Element has children which are not allowed: h2[tabindex]
#tribe-events-calendar-header
- Element uses aria-busy="true" while showing a loader
-
Element has children which are not allowed: h2[tabindex]
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button" aria-label="Ok" style="background-color: #00a99d" role="link">Ok</a>
Element selector:#cn-accept-cookie
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 1.36 (foreground color: #ffffff, background color: #b4e6e2, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
#cn-accept-cookie
-
Element has insufficient color contrast of 1.36 (foreground color: #ffffff, background color: #b4e6e2, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
-
<a href="https://www.okwu.edu/privacy-policy/" target="_blank" id="cn-more-info" class="cn-more-info cn-button" aria-label="Privacy policy" style="background-color: #00a99d" role="link">Privacy policy</a>
Element selector:#cn-more-info
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 1.36 (foreground color: #ffffff, background color: #b4e6e2, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
#cn-more-info
-
Element has insufficient color contrast of 1.36 (foreground color: #ffffff, background color: #b4e6e2, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
Images must have alternate text
Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference
-
<img id="logo" data-height-percentage="85" data-src="https://okwudev.wpengine.com/wp-content/uploads/2020/05/logo-okwu.svg" class=" lazyloaded" src="https://okwudev.wpengine.com/wp-content/uploads/2020/05/logo-okwu.svg">
Element selector:.lazyloaded
Failing checks (At least one of these should pass)
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
Element selector:meta[name="viewport"]
Failing checks (At least one of these should pass)
- user-scalable on <meta> tag disables zooming on mobile devices
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
Needs Review on This Page
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000868.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000868.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="17:00"> 5:00 pm </time>
Element selector:time[datetime="17:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="18:00"> 6:00 pm </time>
Element selector:time[datetime="18:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000869.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000869.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000871.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000871.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000874.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000874.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000875.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000875.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000876.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000876.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="10:00"> 10:00 am </time>
Element selector:.post-10000877.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="10:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<time datetime="11:00"> 11:00 am </time>
Element selector:.post-10000877.tribe-events-calendar-month__calendar-event.tribe_events_cat-chapel > .tribe-events-calendar-month__calendar-event-details > .tribe-events-calendar-month__calendar-event-datetime > time[datetime="11:00"]
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it is overlapped by another element
-
<span id="cn-notice-text" class="cn-text-container">We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.</span>
Element selector:#cn-notice-text
Failing checks (At least one of these should pass)
- Element's background color could not be determined because it partially overlaps other elements