Page Scan Results:
(No H1 element on page)

https://www.bacone.edu/financial-aid/federal-and-state-grant-aid/

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. <h4 class="title">Bacone College</h4>
    Element selector:
    h4
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.34 (foreground color: #991b1e, background color: #3b3b3b, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1 #main-footer
  2. <div id="footer-info">© 2019 Bacone College</div>
    Element selector:
    #footer-info
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 2.56 (foreground color: #666666, background color: #282828, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1 #footer-bottom #main-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 loading="lazy" 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
    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 src="https://widgets.guidestar.org/gximage2?o=8089197&amp;l=v4">
    Element selector:
    a[rel="noopener noreferrer"] > 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"

Zooming and scaling must not be disabled

critical

Ensures <meta name="viewport"> does not disable text scaling and zooming. Axe Reference

Rule type: WCAG 2.0 AA, WCAG SC 1.4.4, EN-301-549, EN-9.1.4.4, ACT
  1. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    Element selector:
    meta[name="viewport"]
    Failing checks (At least one of these should pass)
    • user-scalable on <meta> tag disables zooming on mobile devices