Page Scan Results:
Heartland Baptist Bible College

https://heartlandbaptist.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

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://heartlandbaptist.edu/wp-content/themes/heartland-bbc/images/logo@mobile.png">
    Element selector:
    .logo-mobile > a[href$="heartlandbaptist.edu/"] > img
    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"
  2. <img src="https://heartlandbaptist.edu/wp-content/themes/heartland-bbc/images/campus.svg">
    Element selector:
    a[href$="visit-campus/"] > .col-img > img
    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"
  3. <img src="https://heartlandbaptist.edu/wp-content/themes/heartland-bbc/images/email.svg">
    Element selector:
    a[href$="email-us/"] > .col-img > img
    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"
  4. <img src="https://heartlandbaptist.edu/wp-content/themes/heartland-bbc/images/phone.svg">
    Element selector:
    .wrapper[href$="contact-us/"] > .col-img > img
    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"
  5. <img src="https://heartlandbaptist.edu/wp-content/themes/heartland-bbc/images/apply.svg">
    Element selector:
    a[href$="apply-now/"] > .col-img > img
    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"

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="https://heartlandbaptist.edu/events/alumni-homecoming-week-4/">Alumni Homecoming Week 2023</a>
    Element selector:
    .em-item.em-event:nth-child(1) > .em-item-info > .em-item-name > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.88 (foreground color: #b68632, background color: #f1f1f2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .index-section-4
  2. <a href="https://heartlandbaptist.edu/events/church-planting-conference-2024/">Church Planting Conference 2024</a>
    Element selector:
    .em-item.em-event:nth-child(2) > .em-item-info > .em-item-name > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.88 (foreground color: #b68632, background color: #f1f1f2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .index-section-4
  3. <a href="https://heartlandbaptist.edu/events/college-days-2024/">College Days 2024</a>
    Element selector:
    .em-item.em-event:nth-child(3) > .em-item-info > .em-item-name > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.88 (foreground color: #b68632, background color: #f1f1f2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .index-section-4
  4. <a href="https://heartlandbaptist.edu/events/graduation-preaching-conference-2024/">Graduation Preaching Conference 2024</a>
    Element selector:
    .em-item.em-event:nth-child(4) > .em-item-info > .em-item-name > a
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.88 (foreground color: #b68632, background color: #f1f1f2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .index-section-4

Buttons must have discernible text

critical

Ensures buttons have discernible text. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, Old Section 508, EN-301-549, EN-9.4.1.2, ACT
  1. <button class="icon icon-search-mobile float-left"></button>
    Element selector:
    .icon-search-mobile
    Failing checks (At least one of these should pass)
    • Element does not have inner text that is visible to screen readers
    • 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"

<li> elements must be contained in a <ul> or <ol>

serious

Ensures <li> elements are used semantically. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <li class="all-events-link"><a href="https://heartlandbaptist.edu/events-2/" title="view all">view all</a></li>
    Element selector:
    .all-events-link
    Failing checks (At least one of these should pass)
    • List item does not have a <ul>, <ol> parent element