Page Scan Results:
Contractor Safety Training

https://www.sotech.edu/apps/pages/contractor-safety-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

Frames must have an accessible name

serious

Ensures <iframe> and <frame> elements have an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2
  1. <iframe style="border: 0;" src="https://calendar.google.com/calendar/embed?src=sctc2610%40gmail.com&amp;ctz=America%2FChicago" width="100%" height="630" frameborder="1" scrolling="no" align="left" loading="lazy"></iframe>
    Element selector:
    iframe[width="100%"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • aria-label attribute does not exist or is empty
    • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
    • Element's default semantics were not overridden with role="none" or role="presentation"

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 style="display: block; margin-left: auto; margin-right: auto;" src="https://3.files.edl.io/a336/22/07/20/191302-89c093c6-d150-4a88-9827-7fd115d41002.png" alt=" " width="40%">
    Element selector:
    img[alt=" "]
    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