Page Scan Results:
STUDENT RIGHT TO KNOW

https://ru.edu/about-randall/student-right-to-know/

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. <th class="column-1 sorting_disabled" rowspan="1" colspan="1" style="width: 298.547px;">Institutional Categories</th>
    Element selector:
    .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(1)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(1)
  2. <th class="column-2 sorting_disabled" rowspan="1" colspan="1" style="width: 37.8281px;">2017</th>
    Element selector:
    .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(2)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(2)
  3. <th class="column-3 sorting_disabled" rowspan="1" colspan="1" style="width: 37.8281px;">2018</th>
    Element selector:
    .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(3)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .sorting_disabled[rowspan="1"][colspan="1"]:nth-child(3)
  4. <th class="column-4 sorting_disabled" rowspan="1" colspan="1" style="width: 37.8281px;">2019</th>
    Element selector:
    .column-4.sorting_disabled[rowspan="1"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .column-4.sorting_disabled[rowspan="1"]
  5. <th class="column-5 sorting_disabled" rowspan="1" colspan="1" style="width: 37.8281px;">2020</th>
    Element selector:
    .column-5.sorting_disabled[rowspan="1"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .column-5.sorting_disabled[rowspan="1"]
  6. <th class="column-6 sorting_disabled" rowspan="1" colspan="1" style="width: 37.8281px;">2021</th>
    Element selector:
    .column-6.sorting_disabled[rowspan="1"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .column-6.sorting_disabled[rowspan="1"]
  7. <th class="column-7 sorting_disabled" rowspan="1" colspan="1" style="width: 90.3125px;">Period Avg.</th>
    Element selector:
    .column-7.sorting_disabled[rowspan="1"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .column-7.sorting_disabled[rowspan="1"]
  8. <th class="column-2">Fall 2016 Cohort Grad Rate</th>
    Element selector:
    #tablepress-20 > thead > .row-1.odd > .column-2
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 #tablepress-20 > thead > .row-1.odd > .column-2
  9. <th class="column-3">2021 Job Placement</th>
    Element selector:
    #tablepress-20 > thead > .row-1.odd > .column-3
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.44 (foreground color: #ffffff, background color: #d29d2b, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 #tablepress-20 > thead > .row-1.odd > .column-3
  10. <a href="https://ru.edu/about-randall/student-right-to-know/" aria-current="page">Student Right To Know</a>
    Element selector:
    a[aria-current="page"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.69 (foreground color: #cd9327, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1 body
  11. <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

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 src="https://ru.edu/wp-content/themes/randall-university/img/logo-2023.jpg">
    Element selector:
    a[href="/"] > img
    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"