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 Summary
Known Issues on This Page
Interactive controls must not be nested
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
-
<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
-
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")
-
<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
-
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")
-
<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
-
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")
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
No incomplete found.