Page Scan Results:
Discover Your Future: Explore OSUIT's Range of Degree Programs

https://osuit.edu/degrees.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

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="/about.php" class=" megamenu-top-links sf-external">About</a>
    Element selector:
    a[href$="about.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.91 (foreground color: #ffffff, background color: #bbbbbb, font size: 13.6pt (18.2px), font weight: normal). Expected contrast ratio of 4.5:1 #main-menu
  2. <a href="/degrees.php" class=" megamenu-top-links sf-external">Academics</a>
    Element selector:
    .megamenu-top-links.sf-external[href$="degrees.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.91 (foreground color: #ffffff, background color: #bbbbbb, font size: 13.6pt (18.2px), font weight: normal). Expected contrast ratio of 4.5:1 #main-menu
  3. <a href="/financial-aid/index.php" class=" megamenu-top-links sf-external">Cost &amp; Aid</a>
    Element selector:
    .megamenu-top-links.sf-external[href="/financial-aid/index.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.91 (foreground color: #ffffff, background color: #bbbbbb, font size: 13.6pt (18.2px), font weight: normal). Expected contrast ratio of 4.5:1 #main-menu
  4. <a href="/campus-life.php" class=" megamenu-top-links sf-external">Campus Life</a>
    Element selector:
    .megamenu-top-links.sf-external[href$="campus-life.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.91 (foreground color: #ffffff, background color: #bbbbbb, font size: 13.6pt (18.2px), font weight: normal). Expected contrast ratio of 4.5:1 #main-menu
  5. <a href="/hr/employees.php" class=" megamenu-top-links sf-external">Employees</a>
    Element selector:
    a[href$="employees.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.91 (foreground color: #ffffff, background color: #bbbbbb, font size: 13.6pt (18.2px), font weight: normal). Expected contrast ratio of 4.5:1 #main-menu
  6. <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.6pt (18.2px), font weight: bold). Expected contrast ratio of 4.5:1 #compromise-menu-menu-link-apply-now
  7. <span class="text-white mx-3 label">Chat with OSUIT!</span>
    Element selector:
    .text-white
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.11 (foreground color: #ffffff, background color: #fe5c00, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1 .activation-button

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:
    button
    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"

<svg> elements with an img role must have an alternative text

serious

Ensures <svg> elements with an img, graphics-document or graphics-symbol role have an accessible text. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <svg role="img" class="icon-loading" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
    Element selector:
    #moderncampuspathwayscpesearchboxpublic,.icon-loading
    Failing checks (At least one of these should pass)
    • Element has no child that is a title
    • 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