Page Scan Results:
Bursar

https://www.occc.edu/bursar/

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="#bursar" aria-hidden="true" class="aal_anchor" id="bursar">
    Element selector:
    h1 > .aal_anchor[href$="#bursar"][aria-hidden="true"]
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM h1 > .aal_anchor[href$="#bursar"][aria-hidden="true"]
  2. <a href="#find-information-on-your-payments-financial-aid-and-more" aria-hidden="true" class="aal_anchor" id="find-information-on-your-payments-financial-aid-and-more">
    Element selector:
    #find-information-on-your-payments-financial-aid-and-more
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #find-information-on-your-payments-financial-aid-and-more
  3. <a href="#bursar" aria-hidden="true" class="aal_anchor" id="bursar">
    Element selector:
    h5 > .aal_anchor[href$="#bursar"][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$="#bursar"][aria-hidden="true"]
  4. <a href="#paying-for-college" aria-hidden="true" class="aal_anchor" id="paying-for-college">
    Element selector:
    #paying-for-college
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #paying-for-college
  5. <a href="#quick-question-maybe-its-already-been-answered-read-our-frequently-asked-questions" aria-hidden="true" class="aal_anchor" id="quick-question-maybe-its-already-been-answered-read-our-frequently-asked-questions">
    Element selector:
    #quick-question-maybe-its-already-been-answered-read-our-frequently-asked-questions
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #quick-question-maybe-its-already-been-answered-read-our-frequently-asked-questions
  6. <a href="#" aria-hidden="true" class="aal_anchor" id="">
    Element selector:
    .aal_anchor[aria-hidden="true"][href="#"]
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM .aal_anchor[aria-hidden="true"][href="#"]
  7. <a href="#how-to-pay" aria-hidden="true" class="aal_anchor" id="how-to-pay">
    Element selector:
    #how-to-pay
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #how-to-pay
  8. <a href="#payment-plans" aria-hidden="true" class="aal_anchor" id="payment-plans">
    Element selector:
    #payment-plans
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #payment-plans
  9. <a href="#missed-payments" aria-hidden="true" class="aal_anchor" id="missed-payments">
    Element selector:
    #missed-payments
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #missed-payments
  10. <a href="#need-to-withdraw" aria-hidden="true" class="aal_anchor" id="need-to-withdraw">
    Element selector:
    #need-to-withdraw
    Failing checks (All of these should pass)
    • Focusable content should have tabindex="-1" or be removed from the DOM #need-to-withdraw

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. <span class="breadcrumb_last" aria-current="page">Bursar</span>
    Element selector:
    .breadcrumb_last
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.14 (foreground color: #b1b1b2, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 #top

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