Page Scan Results:
Office of Military and Veteran Services

https://osuit.edu/military/

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 2.19 (foreground color: #ffffff, background color: #afafaf, 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:
    a[href$="degrees.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #afafaf, 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:
    a[href="/financial-aid/index.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #afafaf, 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:
    a[href$="campus-life.php"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #afafaf, 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 2.19 (foreground color: #ffffff, background color: #afafaf, 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

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"