Page Scan Results:
INFORMATION REQUEST FORM

https://ru.edu/future-students/request-information/

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 href="https://ru.edu/future-students/applications/">Apply</a>
    Element selector:
    #menu-item-2443 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  2. <a href="https://ru.edu/about-randall/who-we-are/faculty-staff-directory/">Directory</a>
    Element selector:
    #menu-item-2445 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  3. <a href="https://ru.edu/about-randall/college-calendar/">Calendar</a>
    Element selector:
    #menu-item-2446 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  4. <a href="https://ru.edu/about-randall/news-events/">News</a>
    Element selector:
    #menu-item-98 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  5. <a href="https://ru.edu/about-randall/contact-us/">Contact</a>
    Element selector:
    #menu-item-2447 > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  6. <a href="https://ru.edu/donate-home/">Give</a>
    Element selector:
    a[href$="donate-home/"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .pre-header
  7. <div class="col-12 text-center">
    Element selector:
    .text-center.col-12
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #ffffff, background color: #cd9327, font size: 16.8pt (22.4px), font weight: normal). Expected contrast ratio of 4.5:1 .footer-social

Form elements must have labels

critical

Ensures every form element has a label. 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. <input type="text" name="g-recaptcha-hidden" class="wpforms-recaptcha-hidden" style="position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;" data-rule-recaptcha="1">
    Element selector:
    .wpforms-recaptcha-hidden
    Failing checks (At least one of these should pass)
    • Form element does not have an implicit (wrapped) <label>
    • Form element does not have an explicit <label>
    • 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 has no placeholder attribute
    • Element's default semantics were not overridden with role="none" or role="presentation"