Page Scan Results:
TUTORING SERVICES

https://offices.nsuok.edu/advising/AcademicSupportServices/TutoringServices.aspx

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

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

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. <span class="Head">2023-2024 Tutoring Options</span>
    Element selector:
    .arrow-inline--yellow > .Head
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.41 (foreground color: #ffffff, background color: #cba200, font size: 21.0pt (28px), font weight: normal). Expected contrast ratio of 3:1 .arrow-inline--yellow > .Head
  2. <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 2.12 (foreground color: #adaeb0, background color: #f9fafb, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .ivy-input