Page Scan Results:
(No H1 element on page)

https://www.okwu.edu/academics/prep/

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

Elements must meet minimum color contrast ratio thresholds

serious

Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.3, EN-301-549, EN-9.1.4.3, ACT
  1. <strong>Apply.</strong>
    Element selector:
    .et_pb_text_3 > .et_pb_text_inner > h3 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #ffffff, background color: #fdb913, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 3:1 .et_pb_section_4
  2. <strong>Join.&nbsp;</strong>
    Element selector:
    .et_pb_text_4 > .et_pb_text_inner > h3 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #ffffff, background color: #fdb913, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 3:1 .et_pb_section_4
  3. <strong>Attend.&nbsp;</strong>
    Element selector:
    .et_pb_text_5 > .et_pb_text_inner > h3 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #ffffff, background color: #fdb913, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 3:1 .et_pb_section_4
  4. <strong>soar.</strong>
    Element selector:
    .et_pb_text_6 > .et_pb_text_inner > h3 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #ffffff, background color: #fdb913, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 3:1 .et_pb_section_4
  5. <strong>On-campus Courses </strong>
    Element selector:
    div:nth-child(3) > h5 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.73 (foreground color: #428ea2, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 .et_pb_text_7
  6. <strong>Online Courses</strong>
    Element selector:
    div:nth-child(4) > div > h5 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.73 (foreground color: #428ea2, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1 .et_pb_text_7
  7. <span style="color: #fdb913;">ONLINE</span>
    Element selector:
    h3 > b > span:nth-child(1)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 3:1 #courses
  8. <span style="color: #fdb913;">ON-CAMPUS</span>
    Element selector:
    h3 > span
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 21.0pt (28px), font weight: normal). Expected contrast ratio of 3:1 #courses
  9. <span class="serif yellow">FAQs</span>
    Element selector:
    .serif
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.73 (foreground color: #fdb913, background color: #ffffff, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1 #faq
  10. <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.51 (foreground color: #f6f5f4, background color: #97d5d0, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1 #cn-accept-cookie
  11. <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.51 (foreground color: #f6f5f4, background color: #97d5d0, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1 #cn-more-info

Images must have alternate text

critical

Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <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

critical

Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.4, EN-301-549, EN-9.1.4.4, ACT
  1. <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