Page Scan Results:
OSU Institute of Technology is Offering Classes on the OSU-Tulsa Campus Beginning Fall 2023

https://osuit.edu/tulsa.php

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

Interactive controls must not be nested

serious

Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <div id="accordion-d18e421-heading-1" class="collapse-list-header" role="tab">
    Element selector:
    #accordion-d18e421-heading-1
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[href="#accordion-d18e421-collapse-1"]
  2. <div id="accordion-d18e421-heading-2" class="collapse-list-header" role="tab">
    Element selector:
    #accordion-d18e421-heading-2
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[href="#accordion-d18e421-collapse-2"]
  3. <div id="accordion-d18e421-heading-3" class="collapse-list-header" role="tab">
    Element selector:
    #accordion-d18e421-heading-3
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[href="#accordion-d18e421-collapse-3"]
  4. <div id="accordion-d18e421-heading-4" class="collapse-list-header" role="tab">
    Element selector:
    #accordion-d18e421-heading-4
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[href="#accordion-d18e421-collapse-4"]

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 href="https://admissions.osuit.edu/apply/" class=" megamenu-top-links sf-external" target="_blank">Apply Now</a>
    Element selector:
    .megamenu-top-links.sf-external[target="_blank"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.99 (foreground color: #ffffff, background color: #dc5200, font size: 13.7pt (18.2px), font weight: bold). Expected contrast ratio of 4.5:1 #compromise-menu-menu-link-apply-now
  2. <h4><a id="et"></a>Engineering Technologies</h4>
    Element selector:
    h4:nth-child(9)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.11 (foreground color: #fe5c00, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1 #landing-body
  3. <h4><a id="ehs"></a>Environmental Health &amp; Safety Technology</h4>
    Element selector:
    h4:nth-child(16)
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.11 (foreground color: #fe5c00, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1 #landing-body

Buttons must have discernible text

critical

Ensures buttons have discernible text. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2, ACT
  1. <button class="gsc-search-button gsc-search-button-v2">
    Element selector:
    .gsc-search-button-v2
    Failing checks (At least one of these should pass)
    • Element does not have inner text that is visible to screen readers
    • 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
    • Element's default semantics were not overridden with role="none" or role="presentation"