Page Scan Results:
Health Care Training

https://www.sotech.edu/apps/pages/health-care-training

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

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_14492826">
    Element selector:
    div[aria-controls="file_block_14492826"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  2. <div class="collapsible-header" tabindex="0" aria-expanded="false" aria-controls="file_block_14492830">
    Element selector:
    div[aria-controls="file_block_14492830"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"

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/f0fe/22/08/11/145906-46f588d3-c1db-42ba-af1c-20320a2ce779.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 style="padding: 10px; float: none; display: block; margin-left: auto; margin-right: auto;" src="https://3.files.edl.io/05b8/23/07/21/153509-f7cc8bed-b96f-4ddc-8f2a-fc617ac6356c.jpg" alt=" " width="600" height="600">
    Element selector:
    img[width="600"]
    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