Page Scan Results:
Faculty & Staff

https://www.rsu.edu/resources/faculty-staff/

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://www.rsu.edu/resources/faculty-staff/" aria-current="page">Faculty &amp; Staff</a>
    Element selector:
    a[aria-current="page"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.93 (foreground color: #b2b2b2, background color: #f5f4f3, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .active-parent.children
  2. <a class="bread-link bread-home" href="https://www.rsu.edu" title="Homepage">Homepage</a>
    Element selector:
    .bread-link
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.43 (foreground color: #848484, background color: #f5f5f5, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1 body
  3. <a class="bread-parent bread-parent-124" href="https://www.rsu.edu/resources/" title="Resources">Resources</a>
    Element selector:
    .bread-parent
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.43 (foreground color: #848484, background color: #f5f5f5, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1 body
  4. <strong title="Faculty &amp; Staff"> Faculty &amp; Staff</strong>
    Element selector:
    strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.43 (foreground color: #848484, background color: #f5f5f5, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1 body
  5. <a href="https://www.rsu.edu/resources/faculty-staff/">Faculty &amp; Staff</a>
    Element selector:
    .current-page > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.43 (foreground color: #848484, background color: #f5f5f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1 body

Frames must have an accessible name

serious

Ensures <iframe> and <frame> elements have an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2
  1. <iframe src="https://cdn.yoshki.com/iframe/54732.html" align="right" style="margin-left: 30px;" width="150" height="166" frameborder="0" scrolling="no"></iframe>
    Element selector:
    iframe
    Failing checks (At least one of these should pass)
    • Element has no title 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's default semantics were not overridden with role="none" or role="presentation"

<li> elements must be contained in a <ul> or <ol>

serious

Ensures <li> elements are used semantically. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <li class="top-level active-parent">
    Element selector:
    .top-level
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element