Page Scan Results:
Short-Term Enrollment

https://www.sotech.edu/apps/pages/short-term-enrollment-2

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

Images must have alternate text

critical

Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <img src="https://3.files.edl.io/22e5/22/08/11/150638-81310345-4beb-4ced-8773-3e9a4755af1d.jpeg" class="the-photo" alt=" ">
    Element selector:
    .the-photo
    Failing checks (All of these should pass)
    • Element has an alt attribute containing only a space character, which is not ignored by all screen readers
  2. <img src="https://3.files.edl.io/4d39/22/07/20/224844-cefeacb1-9195-46fd-b11c-7bcdbf68bdca.jpeg" alt=" " width="30%">
    Element selector:
    img[width="30%"]
    Failing checks (All of these should pass)
    • Element has an alt attribute containing only a space character, which is not ignored by all screen readers

Elements must only use supported ARIA attributes

critical

Ensures an element's role supports its ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div class="collapsible-header" tabindex="0" aria-expanded="false" aria-controls="file_block_15881082">
    Element selector:
    div[aria-controls="file_block_15881082"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"