Page Scan Results:
THIS IS CENTRAL TECH

https://centraltech.edu/

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. <a class="collapse__header mb-2 text-decoration-none cursor-pointer d-block" title="Go to Central Tech Students
    Practical Experience and Technical Skills" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxutyq"]
    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 Central Tech Staff
    Nothing Teaches Like Experience" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxutyr"]
    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 Central Tech Experience
    Central Tech Making A Difference " data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxutys"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  4. <a class="collapse__header mb-2 text-decoration-none cursor-pointer d-block" title="Go to The Business Community
    A Healthy Workforce Boosts The Economy" data-target="collapse.toggle" data-action="click->
    Element selector:
    a[aria-controls="collapse-lmnxutyt"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"

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. <h3 class="post-carousel__heading pr-6 font-family-playfair text-initialcase font-weight-light">AG BUSINESS
    </h3>
    Element selector:
    .post-carousel__card.swiper-slide[data-swiper-slide-index="0"]:nth-child(3) > .post-carousel__card-footer > a[title="AG BUSINESS"] > .post-carousel__heading.pr-6.text-initialcase
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.46 (foreground color: #0676a8, background color: #f1f1f1, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 .post-carousel__card.swiper-slide[data-swiper-slide-index="0"]:nth-child(3)
  3. <h3 class="post-carousel__heading pr-6 font-family-playfair text-initialcase font-weight-light">AVIATION MAINTENANCE
    </h3>
    Element selector:
    .swiper-slide-prev.post-carousel__card[data-swiper-slide-index="1"] > .post-carousel__card-footer > a[title="AVIATION MAINTENANCE"] > .post-carousel__heading.pr-6.text-initialcase
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.46 (foreground color: #0676a8, background color: #f1f1f1, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 .swiper-slide-prev.post-carousel__card[data-swiper-slide-index="1"]
  4. <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"]

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