Page Scan Results:
(No H1 element on page)

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

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="#admissions" aria-hidden="true" class="aal_anchor" id="admissions">
    Element selector:
    h2 > .aal_anchor[href$="#admissions"][aria-hidden="true"]
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM h2 > .aal_anchor[href$="#admissions"][aria-hidden="true"]
  2. <a href="#admissions" aria-hidden="true" class="aal_anchor" id="admissions">
    Element selector:
    h5 > .aal_anchor[href$="#admissions"][aria-hidden="true"]
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM h5 > .aal_anchor[href$="#admissions"][aria-hidden="true"]
  3. <a href="#meet-the-staff" aria-hidden="true" class="aal_anchor" id="meet-the-staff">
    Element selector:
    #meet-the-staff
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #meet-the-staff
  4. <a href="#recruiters" aria-hidden="true" class="aal_anchor" id="recruiters">
    Element selector:
    #recruiters
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #recruiters
  5. <a href="#assistants" aria-hidden="true" class="aal_anchor" id="assistants">
    Element selector:
    #assistants
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #assistants
  6. <a href="#leadership" aria-hidden="true" class="aal_anchor" id="leadership">
    Element selector:
    #leadership
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #leadership
  7. <a href="#international-admissions" aria-hidden="true" class="aal_anchor" id="international-admissions">
    Element selector:
    #international-admissions
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #international-admissions

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:
    p > 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"

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"]