Page Scan Results:
OU Airport

https://www.ou.edu/airport

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

Interactive controls must not be nested

serious

Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div class="accordion-heading card-header" role="tab">
    <a class="accordion-toggle d-flex justify-content-between" data-toggle="collapse" href="#_zmjqnduf7"> Our History<i class="material-icons d-flex">keyboard_arrow_down</i></a>
    </div>
    Element selector:
    .accordion-heading
    Failing checks (At least one of these should pass)
    • Element has focusable descendants .accordion-toggle