Page Scan Results:
Plan Your Visit

https://www.occc.edu/admissions/tours/

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

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. <a href="#plan-your-visit" aria-hidden="true" class="aal_anchor" id="plan-your-visit">
    Element selector:
    #plan-your-visit
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #plan-your-visit
  2. <a href="#explore-campus-in-person-or-via-virtual-tour" aria-hidden="true" class="aal_anchor" id="explore-campus-in-person-or-via-virtual-tour">
    Element selector:
    #explore-campus-in-person-or-via-virtual-tour
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #explore-campus-in-person-or-via-virtual-tour
  3. <a href="#admissions" aria-hidden="true" class="aal_anchor" id="admissions">
    Element selector:
    #admissions
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #admissions
  4. <a href="#campus-tours" aria-hidden="true" class="aal_anchor" id="campus-tours">
    Element selector:
    #campus-tours
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #campus-tours
  5. <a href="#the-college-will-be-closed-march-13th-march-17th-due-to-spring-break-there-will-be-no-tours-during-this-time" aria-hidden="true" class="aal_anchor" id="the-college-will-be-closed-march-13th-march-17th-due-to-spring-break-there-will-be-no-tours-during-this-time">
    Element selector:
    #the-college-will-be-closed-march-13th-march-17th-due-to-spring-break-there-will-be-no-tours-during-this-time
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #the-college-will-be-closed-march-13th-march-17th-due-to-spring-break-there-will-be-no-tours-during-this-time
  6. <a href="#daily-tour" aria-hidden="true" class="aal_anchor" id="daily-tour">
    Element selector:
    #daily-tour
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #daily-tour
  7. <a href="#group-tours" aria-hidden="true" class="aal_anchor" id="group-tours">
    Element selector:
    #group-tours
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #group-tours
  8. <a href="#myway-virtual-tour" aria-hidden="true" class="aal_anchor" id="myway-virtual-tour">
    Element selector:
    #myway-virtual-tour
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #myway-virtual-tour
  9. <a href="#were-social" aria-hidden="true" class="aal_anchor" id="were-social">
    Element selector:
    #were-social
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #were-social

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 style="border: 0px; margin: 0px; padding: 0px; backgroundcolor: transparent;" frameborder="0" height="166" scrolling="no" src="https://cdn.yoshki.com/iframe/54732.html" width="150"><br /></iframe>
    Element selector:
    iframe
    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"

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 decoding="async" src="/wp-content/uploads/occc-logo-hero.png" class="occc-hero-logo">
    Element selector:
    .occc-hero-logo
    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"

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. <button>
    Element selector:
    .elementor-element-e8d8f14 > .elementor-widget-container > button
    Failing checks (At least one of these should pass)
    • Element has focusable descendants a[title="go to homepage"]