Page Scan Results:
Admissions Process

https://www.francistuttle.edu/admissions-costs/admissions-process

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. <li class="cell initial-4 ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active" role="tab" tabindex="0" aria-controls="HighSchoolStudent" aria-labelledby="ui-id-1" aria-selected="true" aria-expanded="true">
    Element selector:
    .ui-tabs-active
    Failing checks (At least one of these should pass)
    • Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true") #ui-id-1
  2. <li class="cell initial-4 ui-tabs-tab ui-corner-top ui-state-default ui-tab" role="tab" tabindex="-1" aria-controls="Home,Charter,andPrivateSchoolStudent" aria-labelledby="ui-id-2" aria-selected="false" aria-expanded="false">
    Element selector:
    .initial-4.ui-tabs-tab[aria-labelledby="ui-id-2"]
    Failing checks (At least one of these should pass)
    • Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true") #ui-id-2
  3. <li class="cell initial-4 ui-tabs-tab ui-corner-top ui-state-default ui-tab" role="tab" tabindex="-1" aria-controls="Adult/PostsecondaryStudent" aria-labelledby="ui-id-3" aria-selected="false" aria-expanded="false">
    Element selector:
    li[aria-controls="Adult/PostsecondaryStudent"]
    Failing checks (At least one of these should pass)
    • Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true") #ui-id-3