Page Scan Results:
Home

https://www.westtech.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 supported ARIA attributes

critical

Ensures an element's role supports its ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">1</button></li>
    Element selector:
    li[aria-controls="navigation00"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-selected="true"
  2. <button type="button" data-role="none" role="button" aria-required="false" tabindex="0">1</button>
    Element selector:
    li[aria-controls="navigation00"] > button[data-role="none"][aria-required="false"][role="button"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-required="false"

ARIA hidden element must not be focusable or contain focusable elements

serious

Ensures aria-hidden elements are not focusable nor contain focusable elements. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation01" id="slick-slide01"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">2</button></li>
    Element selector:
    li[aria-controls="navigation01"]
    Failing checks (All of these should pass)
    • Focusable content should be disabled or be removed from the DOM li[aria-controls="navigation01"] > button[data-role="none"][aria-required="false"][role="button"]
  2. <li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation02" id="slick-slide02"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">3</button></li>
    Element selector:
    li[aria-controls="navigation02"]
    Failing checks (All of these should pass)
    • Focusable content should be disabled or be removed from the DOM li[aria-controls="navigation02"] > button[data-role="none"][aria-required="false"][role="button"]

ARIA attributes must conform to valid values

critical

Ensures all ARIA attributes have valid values. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <fieldset aria-controls="slideshow" aria-label="slideshow controls" class="fsElementSlideshowControls">
    Element selector:
    fieldset
    Failing checks (All of these should pass)
    • Invalid ARIA attribute value: aria-controls="slideshow"
  2. <li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">1</button></li>
    Element selector:
    li[aria-controls="navigation00"]
    Failing checks (All of these should pass)
    • Invalid ARIA attribute value: aria-controls="navigation00"

<li> elements must be contained in a <ul> or <ol>

serious

Ensures <li> elements are used semantically. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <li class="feed-item j-facebook j-facebook-bg image-post WestTechSafety is-not-youTube" data-id="474679993" data-source="facebook" style="margin-bottom: 20px; zoom: 1; opacity: 1;">
    Element selector:
    .WestTechSafety
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element
  2. <li class="feed-item j-facebook j-facebook-bg image-post WestTechCenter is-not-youTube" data-id="474650432" data-source="facebook" style="margin-bottom: 20px; zoom: 1; opacity: 1;">
    Element selector:
    .WestTechCenter
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element

Certain ARIA roles must contain particular children

critical

Ensures elements with an ARIA role that require child roles contain them. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <ul class="fsPager" style="" role="tablist">
    Element selector:
    .fsPager
    Failing checks (At least one of these should pass)
    • Element has children which are not allowed: [role=presentation] li[aria-controls="navigation00"]
    • Element uses aria-busy="true" while showing a loader

<ul> and <ol> must only directly contain <li>, <script> or <template> elements

serious

Ensures that lists are structured correctly. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <ul class="juicer-feed j-initialized j-modern j-desktop user loaded" data-columns="2" data-feed-id="356809" data-filter="705464,705605" data-per="2" data-style="user">
    Element selector:
    .juicer-feed
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: div .j-stacker-wrapper #clearAbaom

Interactive controls must not be nested

serious

Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <article class="fsResource fsStyleAutoclear fsResourceTypeImage slick-slide slick-current slick-active" style="width: 800px; position: relative; left: 0px; top: 0px; z-index: 999; opacity: 1;" role="option" aria-describedby="slick-slide00" data-slick-index="0" aria-hidden="false">
    Element selector:
    article[aria-describedby="slick-slide00"]
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[data-page-name="Adult Short-Term Classes"]