Page Scan Results:
Enrollment Information

https://www.ictech.edu/apps/pages/enrollment-information

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

Certain ARIA roles must contain particular children

critical

Ensures elements with an ARIA role that require child roles contain them. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <section class="content-container accordion-container ui-accordion ui-widget ui-helper-reset" id="accordion_container" aria-labelledby="accordion_header" role="tablist">
    Element selector:
    #accordion_container
    Failing checks (At least one of these should pass)
    • Element has children which are not allowed: h2[tabindex] #accordion_header
    • Element uses aria-busy="true" while showing a loader