Page Scan Results:
Prospective Students

https://ptstulsa.edu/prospective-students/

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. <a id="menu-toggle" href="#"><i class="fal fa-bars" aria-hidden="true"></i> Menu</a>
    Element selector:
    #menu-toggle
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.75 (foreground color: #ffffff, background color: #828487, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 #menu-toggle
  2. <a href="https://ptstulsa.edu/prospective-students/schedule-a-campus-visit/">Schedule a visit</a>
    Element selector:
    #menu-item-46 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.85 (foreground color: #929292, background color: #f5f5f5, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 4.5:1 #side-menu
  3. <a href="https://ptstulsa.edu/giving/">Ways to give</a>
    Element selector:
    #menu-item-584 > a[href$="giving/"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.85 (foreground color: #929292, background color: #f5f5f5, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 4.5:1 #side-menu
  4. <a href="https://ptstulsa.edu/events/">Calendar</a>
    Element selector:
    #menu-item-48 > a[href$="events/"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.85 (foreground color: #929292, background color: #f5f5f5, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 4.5:1 #side-menu
  5. <a href="https://ptstulsa.edu/prospective-students/apply-now/">Apply</a>
    Element selector:
    #menu-item-51 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.85 (foreground color: #929292, background color: #f5f5f5, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 4.5:1 #side-menu
  6. <a href="http://sso.ptstulsa.edu">Student Login</a>
    Element selector:
    #menu-item-3830 > a[href$="sso.ptstulsa.edu"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.85 (foreground color: #929292, background color: #f5f5f5, font size: 7.5pt (10px), font weight: normal). Expected contrast ratio of 4.5:1 #side-menu
  7. <h1 class="fw-special-title">Prospective Students</h1>
    Element selector:
    h1
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.95 (foreground color: #fba754, background color: #ffffff, font size: 23.6pt (31.5px), font weight: normal). Expected contrast ratio of 3:1
  8. <div class="copyright">© 2023 Phillips Theological Seminary. <br>
    All Rights Reserved.</div>
    Element selector:
    #primary-footer > .copyright
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2 (foreground color: #b7b7b7, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
  9. <a href="https://ptstulsa.edu/prospective-students/schedule-a-campus-visit/">Schedule visit</a>
    Element selector:
    #menu-item-1171 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2 (foreground color: #b7b7b7, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
  10. <a href="https://ptstulsa.edu/events/">Calendar</a>
    Element selector:
    #menu-item-341 > a[href$="events/"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2 (foreground color: #b7b7b7, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
  11. <a href="http://sso.ptstulsa.edu">Log In</a>
    Element selector:
    #menu-item-5069 > a[href$="sso.ptstulsa.edu"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2 (foreground color: #b7b7b7, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
  12. <a href="https://ptstulsa.edu/contact-us/">Contact Us</a>
    Element selector:
    #menu-item-5148 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2 (foreground color: #b7b7b7, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1

Buttons must have discernible text

critical

Ensures buttons have discernible text. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2, ACT
  1. <button type="submit" class="search-submit-button" name="submit"><span><i class="fas fa-search fa-2x"></i></span></button>
    Element selector:
    #site-search-inner > form > .search-submit-button[type="submit"][name="submit"]
    Failing checks (At least one of these should pass)
    • Element does not have inner 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
    • 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, maximum-scale=1">
    Element selector:
    meta[name="viewport"]
    Failing checks (At least one of these should pass)
    • maximum-scale on <meta> tag disables zooming on mobile devices