Page Scan Results:
OSUIT Calendar
https://osuit.edu/calendar/index.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 Summary
Known Issues on This Page
Buttons must have discernible text
Ensures buttons have discernible text. Axe Reference
-
<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
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<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
-
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
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review Summary
Needs Review on This Page
ARIA attributes must conform to valid values
Ensures all ARIA attributes have valid values. Axe Reference
-
<div id="view-container" role="region" aria-labelledby="hero-title hero-subtitle"><div></div></div>
Element selector:omnicms-calendar,#view-container
Failing checks (All of these should pass)
- ARIA attribute element ID does not exist on the page or is a descendant of a different shadow DOM tree: aria-labelledby="hero-title hero-subtitle"