Page Scan Results:
OPEN HOUSE & JOB FAIR

https://centraltech.edu/open-house/

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 href="https://centraltech.edu/wp-content/uploads/ElementaryFlyer.pdf" class="uagb-cta__button-link-wrapper wp-block-button__link" target="_blank" rel="noopener noreferrer">
    Element selector:
    .uagb-cta__button-link-wrapper
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.52 (foreground color: #ef5422, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1 .wrap
  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/open-house/" aria-current="page" class="nav-link">Open House</a>
    Element selector:
    .swiper-slide-active > .nav.navbar-nav > .menu-item-196.current-menu-ancestor.current-menu-parent > .sub-menu > .menu-item-230011.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

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 width="500" height="665" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" data-src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fcentraltechedu%2Fposts%2F3703903516352913&amp;show_text=true&amp;width=500" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
    Element selector:
    iframe[height="665"]
    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"
  2. <iframe width="500" height="681" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" data-src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fcentraltechedu%2Fphotos%2Fa.2101287739947840%2F2101288056614475%2F&amp;show_text=true&amp;width=500" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
    Element selector:
    iframe[height="681"]
    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"

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