Page Scan Results:
Over 80 full-time career programs. Hundreds of part-time classes. Get the training you need to get to work.

https://tulsatech.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

ARIA hidden element must not be focusable or contain focusable elements

serious

Ensures aria-hidden elements are not focusable nor contain focusable elements. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div class="opp-card active" id="card-pt" aria-hidden="true" style="position: absolute; left: 38.75%;">
    Element selector:
    #card-pt
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-pt > .opp-card_card-cta[href$="adult-part-time-classes/"]
  2. <div class="opp-card active" id="card-bis" aria-hidden="true" style="position: absolute; left: 77.5%;">
    Element selector:
    #card-bis
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-bis > .opp-card_card-cta
  3. <div class="opp-card active" id="card-online" aria-hidden="true" style="position: absolute; left: 116.25%;">
    Element selector:
    #card-online
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-online > .opp-card_card-cta
  4. <div class="opp-card active" id="card-hsext" aria-hidden="true" style="position: absolute; left: 155%;">
    Element selector:
    #card-hsext
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-hsext > .opp-card_card-cta
  5. <div class="opp-card active" id="card-ft2" aria-hidden="true" style="position: absolute; left: 193.75%;">
    Element selector:
    #card-ft2
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-ft2 > .opp-card_card-cta[href$="full-time-programs/"]
  6. <div class="opp-card active" id="card-pt2" aria-hidden="true" style="position: absolute; left: 232.5%;">
    Element selector:
    #card-pt2
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-pt2 > .opp-card_card-cta[href$="adult-part-time-classes/"]
  7. <div class="opp-card active" id="card-bis2" aria-hidden="true" style="position: absolute; left: 271.25%;">
    Element selector:
    #card-bis2
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-bis2 > .opp-card_card-cta
  8. <div class="opp-card active" id="card-online2" aria-hidden="true" style="position: absolute; left: 310%;">
    Element selector:
    #card-online2
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-online2 > .opp-card_card-cta
  9. <div class="opp-card active" id="card-hsext2" aria-hidden="true" style="position: absolute; left: -38.75%;">
    Element selector:
    #card-hsext2
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #card-hsext2 > .opp-card_card-cta

ARIA input fields must have an accessible name

serious

Ensures every ARIA input field has an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2, ACT
  1. <div class="opp_carousel_inner flickity-enabled is-draggable" role="listbox" tabindex="0" style="display: inherit;">
    Element selector:
    .opp_carousel_inner
    Failing checks (At least one of these should pass)
    • 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 has no title attribute

Certain ARIA roles must contain particular children

critical

Ensures elements with an ARIA role that require child roles contain them. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <div class="opp_carousel_inner flickity-enabled is-draggable" role="listbox" tabindex="0" style="display: inherit;">
    Element selector:
    .opp_carousel_inner
    Failing checks (At least one of these should pass)
    • Element has children which are not allowed: button[aria-label], h4[tabindex], h3[tabindex], ul[tabindex], a[aria-label] .previous .next #card-ft > h4 #card-ft > .opp-card_title #card-ft > .opp-card_list #card-ft > .opp-card_card-cta[href$="full-time-programs/"]
    • Element uses aria-busy="true" while showing a loader