Page Scan Results:
ROOKIE BRIDGE CAMP

https://offices.nsuok.edu/engagement/StudentTransitions/RookieBridgeCamp/default.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

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://www.youtube.com/embed/eSngsxVNeMk" width="560" height="314" allowfullscreen="allowfullscreen"></iframe>
    Element selector:
    iframe[width="560"]
    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"