Page Scan Results:
Academic Course Catalog

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

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"

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

Frames must have an accessible name

serious

Ensures <iframe> and <frame> elements have an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2
  1. <iframe style="position: absolute; border: none; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0;" src="https://e.issuu.com/embed.html?d=2023-24_osuit_catalog_rev_083123&amp;u=brandosu" sandbox="allow-top-navigation allow-top-navigation-by-user-activation allow-downloads allow-scripts allow-same-origin allow-popups allow-modals allow-popups-to-escape-sandbox allow-forms" allowfullscreen="allowfullscreen">
    Element selector:
    iframe[allowfullscreen="allowfullscreen"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"