Page Scan Results:
OFFICIAL TRANSCRIPT REQUEST

https://offices.nsuok.edu/registrar/TranscriptRequest.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

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. <strong>NEED HELP WITH YOUR TRANSCRIPT ORDER?</strong>
    Element selector:
    h4 > strong
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.51 (foreground color: #ffffff, background color: #b9df6c, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1 .box--building
  2. <p>The best first step is to log into your Parchment account, then visit the Parchment
    Help Center.</p>
    Element selector:
    .box--building > div > p:nth-child(3)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.51 (foreground color: #ffffff, background color: #b9df6c, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .box--building
  3. <p>This is where you can find answers to frequently asked questions and articles to support
    your needs.</p>
    Element selector:
    p:nth-child(4)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.51 (foreground color: #ffffff, background color: #b9df6c, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1 .box--building

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