Page Scan Results:
Green Country Technology Center

https://gctcok.edu/342951_2

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. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_0_280578" aria-expanded="false" aria-controls="collapse_0_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_0_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  2. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_1_280578" aria-expanded="false" aria-controls="collapse_1_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_1_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  3. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_2_280578" aria-expanded="false" aria-controls="collapse_2_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_2_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  4. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_3_280578" aria-expanded="false" aria-controls="collapse_3_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_3_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  5. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_4_280578" aria-expanded="false" aria-controls="collapse_4_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_4_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  6. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_5_280578" aria-expanded="false" aria-controls="collapse_5_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_5_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"
  7. <div tabindex="0" class="collapsed accordion_question clearfix" data-toggle="collapse" data-target="#collapse_6_280578" aria-expanded="false" aria-controls="collapse_6_280578" aria-label="press enter or click to open">
    Element selector:
    div[data-target="#collapse_6_280578"]
    Failing checks (All of these should pass)
    • ARIA attribute is not allowed: aria-expanded="false"

Elements must only use permitted ARIA attributes

serious

Ensures ARIA attributes are not prohibited for an element's role. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <span aria-label="Search" class="glyphicon glyphicon-search lineHeightIcon"></span>
    Element selector:
    .lineHeightIcon
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a span with no valid role attribute.

<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="list-inline">
    Element selector:
    .list-inline
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: span, br #accessibility_link .list-inline > br

<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="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 > .visible-xs.visible-sm.hidden-lg
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element