Page Scan Results:
Employability Skills Training
https://www.metrotech.edu/business-training/courses-training/employability-skills
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
No violations found.
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 on This Page
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
-
<button class="mobile-toggle" type="button"> Mobile toggle </button>
Element selector:#fsEl_8435 > .fsElementContent > .mobile-toggle[type="button"]
Failing checks (At least one of these should pass)
-
Element has a 1:1 contrast ratio with the background
#fsEl_8435 > .fsElementContent > .mobile-toggle[type="button"]
-
Element has a 1:1 contrast ratio with the background
-
<span>Expand</span>
Element selector:.nav-toggle > span:nth-child(1)
Failing checks (At least one of these should pass)
- Unable to determine contrast ratio
-
<a href="/">Home</a>
Element selector:li:nth-child(1) > a[href="/"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because it's partially obscured by another element
#fsPageBodyWrapper
-
Element's background color could not be determined because it's partially obscured by another element
-
<a href="/business-training">Business Training</a>
Element selector:nav[aria-label="breadcrumbs"] > ul > li:nth-child(2) > a[href$="business-training"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because it's partially obscured by another element
#fsPageBodyWrapper
-
Element's background color could not be determined because it's partially obscured by another element
-
<a href="/business-training/courses-training">Courses & Training</a>
Element selector:nav[aria-label="breadcrumbs"] > ul > li:nth-child(3) > a
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because it's partially obscured by another element
#fsPageBodyWrapper
-
Element's background color could not be determined because it's partially obscured by another element
-
<li aria-current="location"> Employability Skills Training </li>
Element selector:li[aria-current="location"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because it's partially obscured by another element
#fsPageBodyWrapper
-
Element's background color could not be determined because it's partially obscured by another element
Elements must only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<div class="fsElementSlideshow slick-initialized slick-slider" aria-label="Slideshow" data-adaptive-height="false" data-autoplay="true" data-autoplay-speed="3000" data-arrows="true" data-dots="false" data-fade="false" data-slides-to-show="5" data-vertical="false">
Element selector:.fsElementSlideshow
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a div with no valid role attribute.