Page Scan Results:
TRANSFER STUDENT SERVICES

https://offices.nsuok.edu/advising/TransferStudentServices/

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 title="Biology" href="https://youtu.be/2DE6Kh27SUc" target="_blank" rel="noopener"><span style="font-size: 15px;" class="fa-solid fa-dna"></span> Biology</a>
    Element selector:
    p > a[href$="2DE6Kh27SUc"][title="Biology"][target="_blank"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.36 (foreground color: #31774f, background color: #cccccc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .callout-container:nth-child(3)
  2. <a title="Biology" href="https://youtu.be/9-gg6nsI9cQ" target="_blank" rel="noopener"><span style="font-size: 15px;" class="fa-solid fa-book-open-reader"></span> Elementary Education</a>
    Element selector:
    a[href$="9-gg6nsI9cQ"][title="Biology"][target="_blank"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.36 (foreground color: #31774f, background color: #cccccc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .callout-container:nth-child(3)
  3. <a title="Biology" href="https://youtu.be/jODoVi2UQkc" target="_blank" rel="noopener"><span style="font-size: 15px;" class="fa-solid fa-link"></span> Supply Chain Mgmt.</a>
    Element selector:
    a[href$="jODoVi2UQkc"][title="Biology"][target="_blank"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.36 (foreground color: #31774f, background color: #cccccc, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .callout-container:nth-child(3)
  4. <span>How can I help you?</span>
    Element selector:
    .ivy-input > span:nth-child(1)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.22 (foreground color: #747679, background color: #f6f6f8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .ivy-input

ARIA hidden element must not be focusable or contain focusable elements

serious

Ensures aria-hidden elements are not focusable nor contain focusable elements. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <li class="global__item" aria-hidden="true"><button id="searchToggle" class="global__button global__button--search" type="button" data-toggledropdown="searchDropdown"><span class="icon-search-toggle"></span>
    Search</button></li>
    Element selector:
    .global__item[aria-hidden="true"]
    Failing checks (All of these should pass)
    • Focusable content should be disabled or be removed from the DOM #searchToggle
  2. <button aria-hidden="true" class="btn-select" data-toggledropdown="sectionNav" type="button">Explore this Section</button>
    Element selector:
    .btn-select
    Failing checks (All of these should pass)
    • Focusable content should be disabled or be removed from the DOM .btn-select