Page Scan Results:
WE OFFER TWO TYPES OF CLASSES

https://centraltech.edu/future-students/

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 meet minimum color contrast ratio thresholds

serious

Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.3, EN-301-549, EN-9.1.4.3, ACT
  1. <a id="mobile-nav__vanity-item--106" class="btn btn-sm btn-light-green-cyan mobile-nav__vanity-item" href="https://centraltech.edu/oq-safety-industry-training/" role="link" title="Business &amp; Industry" aria-label="Business &amp; Industry">
    Business &amp; Industry
    </a>
    Element selector:
    #mobile-nav__vanity-item--106
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3db3e3, font size: 10.0pt (13.3px), font weight: bold). Expected contrast ratio of 4.5:1 #mobile-nav__vanity-item--106
  2. <a class="wp-block-button__link has-white-color has-light-blue-background-color has-text-color has-background" href="https://centraltech.edu/student-services/financial-aid/" style="border-radius:0px">FINANCIAL AID</a>
    Element selector:
    .has-light-blue-background-color
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.45 (foreground color: #ffffff, background color: #2fb2df, font size: 19.9pt (26.6px), font weight: bold). Expected contrast ratio of 3:1 .has-light-blue-background-color
  3. <span>Follow on Instagram</span>
    Element selector:
    .sbi_follow_btn > a[rel="nofollow noopener"][target="_blank"] > span
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.6 (foreground color: #ffffff, background color: #408bd1, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 .sbi_follow_btn > a[rel="nofollow noopener"][target="_blank"]
  4. <a href="https://centraltech.edu/future-students/" aria-current="page" class="nav-link">Future Students</a>
    Element selector:
    .swiper-slide-active > .nav.navbar-nav > .current-menu-ancestor.current-menu-parent.current_page_parent > .sub-menu > .menu-item-183.current-menu-item.page_item > .nav-link[aria-current="page"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.31 (foreground color: #2fb2df, background color: #0f4169, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 4.5:1 .super-nav

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. <a class="collapse__header mb-2 text-decoration-none cursor-pointer d-block" title="Go to Central Tech Showcase
    Sophomores, Juniors, and Seniors" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxvznj"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="true"
  2. <a class="collapse__header mb-2 text-decoration-none cursor-pointer d-block" title="Go to Career Connection
    8th grade" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxvznk"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  3. <a class="collapse__header mb-2 text-decoration-none cursor-pointer d-block" title="Go to STEM Day
    6th - 12th grade" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxvznl"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"

ARIA roles used must conform to valid values

critical

Ensures all elements with a role attribute use a valid value. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div id="sbi_images" style="display:block;" class="sbi_carousel sbi-owl-loaded sbi-owl-drag" role="carousel">
    Element selector:
    #sbi_images
    Failing checks (All of these should pass)
    • Role must be one of the valid ARIA roles: carousel

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 id="interactApp5f7b3e6d4221840014cf5b38203194" name="5f7b3e6d4221840014cf5b38203194" class="interact-app-container" height="314" allowtransparency="true" frameborder="0" style="width: 800px; border: none; max-width: 100%; margin: 0px; transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s; height: 314px;" src="https://quiz.tryinteract.com/#/5f7b3e6d4221840014cf5b38?embed=5f7b3e6d4221840014cf5b38203194&amp;auto_resize=1&amp;origin=https%3A%2F%2Fcentraltech.edu">
    Element selector:
    #interactApp5f7b3e6d4221840014cf5b38203194
    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"