Page Scan Results:
Summer Camps

https://connorsstate.edu/summer-camps

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. <a href="http://www.softballcampcsc.com/" style="text-decoration: underline;">http://www.softballcampcsc.com/</a>
    Element selector:
    tr:nth-child(2) > td > p:nth-child(7) > a
    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: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 body
  2. <a href="/wp-content/uploads/2018/05/Judging-Camp-2018-1.fw_.png" style="text-decoration: underline;">View Details</a>
    Element selector:
    p:nth-child(3) > a
    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: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 body
  3. <strong>View Details</strong>
    Element selector:
    a[href$="beachamp.com/"] > strong
    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: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1 body
  4. <strong>More Details</strong>
    Element selector:
    p:nth-child(7) > a > strong
    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: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1 body
  5. <strong>Contact Coach Bill Muse for Details</strong>
    Element selector:
    tr:nth-child(8) > td > p:nth-child(5) > a[rel="noopener noreferrer"] > strong
    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: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1 body
  6. <a href="/wp-content/uploads/2017/01/2016-2017-minors-on-campus.pdf" style="text-decoration: underline;">Minors On Campus</a>
    Element selector:
    .entry-content > ul > li:nth-child(1) > a
    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: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 body
  7. <a href="/wp-content/uploads/2017/01/Connors-State-College-Policy-and-Procedures-for-Minors-1-13-17.pdf" style="text-decoration: underline;">Minors Participating in CSC Related Activities and Programs</a>
    Element selector:
    .entry-content > ul > li:nth-child(2) > a
    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: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 body
  8. <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 .global-footer
  9. <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 .global-footer
  10. <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 .global-footer
  11. <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 .global-footer
  12. <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 .global-footer
  13. <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 .global-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 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[width="100%"][height="200"][marginheight="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"
  2. <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[width="100%"][height="200"][marginheight="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 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[allowtransparency="true"]
    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 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