Page Scan Results:
CHISHOLM TRAIL
TECHNOLOGY CENTER
https://www.cttc.edu/
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 only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<span aria-label="Search" class="glyphicon glyphicon-search lineHeightIcon" style="line-height: unset;"></span>
Element selector:.lineHeightIcon.glyphicon-search[aria-label="Search"]
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a span with no valid role attribute.
-
<div aria-label="Photo that represents the campus" style="background:url(https://files.gabbart.com/2475/us4hei.png); background-position: center center;background-size:cover; background-repeat: no-repeat;" class="slider-size homeSlideShow">
Element selector:.pulse.active.animated > .slider-size.homeSlideShow
Failing checks (All of these should pass)
- aria-label attribute cannot be used on a div with no valid role attribute.
Certain ARIA roles must contain particular children
Ensures elements with an ARIA role that require child roles contain them. Axe Reference
-
<div aria-label="slideshow" class="carousel-inner" role="listbox">
Element selector:div[aria-label="slideshow"]
Failing checks (At least one of these should pass)
-
Element has children which are not allowed: div[aria-label]
.pulse.active.animated > .slider-size.homeSlideShow
- Element uses aria-busy="true" while showing a loader
-
Element has children which are not allowed: div[aria-label]
<ul> and <ol> must only directly contain <li>, <script> or <template> elements
Ensures that lists are structured correctly. Axe Reference
-
<ul class="list-inline">
Element selector:.list-inline
Failing checks (All of these should pass)
-
List element has direct children that are not allowed: span, br
.footerColor
.list-inline > br
-
List element has direct children that are not allowed: span, br
<li> elements must be contained in a <ul> or <ol>
Ensures <li> elements are used semantically. Axe Reference
-
<li class="visible-xs visible-sm hidden-md hidden-lg" style="background-color:transparent !important;color:transparent !important;"><a aria-label="Close Navigation" href="#" id="closeMobileNav" data-toggle="collapse" data-target=".navbar-collapse.in"></a></li>
Element selector:#bs-example-navbar-collapse-1 > .hidden-lg.visible-xs.visible-sm
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element
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
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
-
<span class="day">14</span>
Element selector:time[datetime="2023-10-14 0000"] > .day
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
time[datetime="2023-10-14 0000"]
-
Element's background color could not be determined because it's partially obscured by another element
-
<span class="day">15</span>
Element selector:time[datetime="2023-10-15 0000"] > .day
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
time[datetime="2023-10-15 0000"]
-
Element's background color could not be determined because it's partially obscured by another element
-
<span class="day">16</span>
Element selector:time[datetime="2023-10-16 0000"] > .day
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
time[datetime="2023-10-16 0000"]
-
Element's background color could not be determined because it's partially obscured by another element