Page Scan Results:
Campus Life

https://osuit.edu/campus-life.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="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
  2. <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"