Page Scan Results:
Building futures one at a time since 1908.

https://connorsstate.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 meet minimum color contrast ratio thresholds

serious

Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.3, EN-301-549, EN-9.1.4.3, ACT
  1. <time>
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(1) > .event-item > time
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(1) > .event-item
  2. <time>
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(2) > .event-item > time
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(2) > .event-item
  3. <a href="#" style="text-decoration: underline;">
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(2) > .event-item > .location > a[href="#"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.21 (foreground color: #f06400, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(2) > .event-item
  4. <time>
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(3) > .event-item > time
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(3) > .event-item
  5. <a href="#" style="text-decoration: underline;">
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(3) > .event-item > .location > a[href="#"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.21 (foreground color: #f06400, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(3) > .event-item
  6. <time>
    Element selector:
    .col-lg-3.col-md-3.col-sm-12:nth-child(4) > .event-item > time
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.6pt (18.08px), font weight: normal). Expected contrast ratio of 4.5:1 .col-lg-3.col-md-3.col-sm-12:nth-child(4) > .event-item
  7. <a href="tel:+19184632931" style="text-decoration: underline;">
    Element selector:
    a[href="tel:+19184632931"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer
  8. <a href="/tour" style="text-decoration: underline;"><i class="fal fa-walking" aria-hidden=""></i>Virtual Tour</a>
    Element selector:
    .col-sm-6.col-lg-4:nth-child(1) > ul:nth-child(5) > li:nth-child(3) > a[href$="tour"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer
  9. <a href="#" style="text-decoration: underline;">
    Element selector:
    .col-sm-6.col-lg-4:nth-child(1) > ul:nth-child(5) > li:nth-child(4) > a[href="#"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer
  10. <a href="tel:+19186876747" style="text-decoration: underline;">
    Element selector:
    a[href="tel:+19186876747"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer
  11. <a href="/tour" style="text-decoration: underline;"><i class="fal fa-walking" aria-hidden=""></i>Virtual Tour</a>
    Element selector:
    .col-sm-6.col-lg-4:nth-child(2) > ul:nth-child(5) > li:nth-child(3) > a[href$="tour"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer
  12. <a href="#" style="text-decoration: underline;">
    Element selector:
    .col-sm-6.col-lg-4:nth-child(2) > ul:nth-child(5) > li:nth-child(4) > a[href="#"]
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 3.92 (foreground color: #f06400, background color: #333333, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 footer

Frames must have an accessible name

serious

Ensures <iframe> and <frame> elements have an accessible name. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2
  1. <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fconnorsstate%2F&amp;tabs=timeline&amp;width=500&amp;height=560&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=true&amp;hide_facepile=false&amp;appId" width="100%" height="560" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media">
    Element selector:
    iframe[height="560"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"
  2. <iframe width="100%" height="200" id="gmap_canvas" src="https://maps.google.com/maps?q=Connors%20State%20College%2C%20700%20College%20Road%20Warner%2C%20OK%2074469-2204&amp;t=&amp;z=15&amp;ie=UTF8&amp;iwloc=&amp;output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
    Element selector:
    .col-sm-6.col-lg-4:nth-child(1) > .google-map > .mapouter > .gmap_canvas > iframe[height="200"][marginheight="0"][marginwidth="0"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"
  3. <iframe width="100%" height="200" id="gmap_canvas" src="https://maps.google.com/maps?q=Connors%20State%20College%2C%202501%20N.%2041st%20Street%20East%2C%20Muskogee%2C%20OK%2074403&amp;t=&amp;z=15&amp;ie=UTF8&amp;iwloc=&amp;output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
    Element selector:
    .col-sm-6.col-lg-4:nth-child(2) > .google-map > .mapouter > .gmap_canvas > iframe[height="200"][marginheight="0"][marginwidth="0"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"
  4. <iframe frameborder="0" scrolling="no" allowtransparency="true" width="150" height="166" src="https://cdn.yoshki.com/iframe/54732.html" style="border:0px;margin:0px; padding:0px; backgroundColor:transparent;"></iframe>
    Element selector:
    iframe[width="150"]
    Failing checks (At least one of these should pass)
    • Element has no title attribute
    • 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's default semantics were not overridden with role="none" or role="presentation"

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 style="display: block; width: 800px; margin-right: 0px; float: left;" class="slide-8358 ms-image clone" aria-hidden="true">
    Element selector:
    .clone.ms-image.slide-8358:nth-child(1)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM .clone.ms-image.slide-8358:nth-child(1) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(2) > .btn-lg.btn-hero[href$="info.connorsstate.edu/"] .clone.ms-image.slide-8358:nth-child(1) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(3) > .btn-lg.btn-hero[href$="rars"] .clone.ms-image.slide-8358:nth-child(1) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(4) > .btn-lg.btn-hero.btn .clone.ms-image.slide-8358:nth-child(1) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(5) > .btn-lg.btn-hero.btn
  2. <li style="display: block; width: 800px; margin-right: 0px; float: left;" class="slide-8358 ms-image clone" aria-hidden="true">
    Element selector:
    .clone.ms-image.slide-8358:nth-child(3)
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM .clone.ms-image.slide-8358:nth-child(3) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(2) > .btn-lg.btn-hero[href$="info.connorsstate.edu/"] .clone.ms-image.slide-8358:nth-child(3) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(3) > .btn-lg.btn-hero[href$="rars"] .clone.ms-image.slide-8358:nth-child(3) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(4) > .btn-lg.btn-hero.btn .clone.ms-image.slide-8358:nth-child(3) > .caption-wrap > .caption > .jumbotron-caption > p:nth-child(5) > .btn-lg.btn-hero.btn

ARIA attributes must conform to valid names

critical

Ensures attributes that begin with aria- are valid ARIA attributes. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <a aria-role="button" aria-controls="ubermenu-main-27-primary-2" class="ubermenu-responsive-toggle ubermenu-responsive-toggle-main ubermenu-skin-trans-black ubermenu-loc-primary ubermenu-responsive-toggle-content-align-left ubermenu-responsive-toggle-align-left ubermenu-responsive-toggle-icon-only " data-ubermenu-target="ubermenu-main-27-primary-2" aria-hidden="false">
    Element selector:
    a[aria-controls="ubermenu-main-27-primary-2"]
    Failing checks (At least one of these should pass)
    • Invalid ARIA attribute name: aria-role

Images must have alternate text

critical

Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.1.1, Old Section 508, EN-301-549, EN-9.1.1.1, ACT
  1. <img src="https://trkn.us/pixel/conv/ppt=18013;g=main-awareness;gid=41214;ord=2801335339597.273;v=120" width="1" height="1">
    Element selector:
    img[width="1"]
    Failing checks (At least one of these should pass)
    • Element does not have an alt attribute
    • 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"