Page Scan Results:
College Scholarships For Undergraduate and Graduate Students

https://www.okbu.edu/financial-aid/scholarships-and-grants.html

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 only use permitted ARIA attributes

serious

Ensures ARIA attributes are not prohibited for an element's role. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 4.1.2, EN-301-549, EN-9.4.1.2
  1. <a aria-label="Search"></a>
    Element selector:
    .mobile-search > a[aria-label="Search"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  2. <a aria-label="Menu"></a>
    Element selector:
    a[aria-label="Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  3. <a class="submenu-button" aria-label="Show Admissions Sub Menu"></a>
    Element selector:
    a[aria-label="Show Admissions Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  4. <a class="submenu-button" aria-label="Show Academics Sub Menu"></a>
    Element selector:
    a[aria-label="Show Academics Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  5. <a class="submenu-button" aria-label="Show Student Life Sub Menu"></a>
    Element selector:
    a[aria-label="Show Student Life Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  6. <a class="submenu-button" aria-label="Show Alumni Sub Menu"></a>
    Element selector:
    a[aria-label="Show Alumni Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  7. <a class="submenu-button" aria-label="Show Giving Sub Menu"></a>
    Element selector:
    a[aria-label="Show Giving Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  8. <a class="submenu-button" aria-label="Show About Sub Menu"></a>
    Element selector:
    a[aria-label="Show About Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.
  9. <a class="submenu-button" aria-label="Show Quick Links Sub Menu"></a>
    Element selector:
    a[aria-label="Show Quick Links Sub Menu"]
    Failing checks (All of these should pass)
    • aria-label attribute cannot be used on a a with no valid role attribute.

<ul> and <ol> must only directly contain <li>, <script> or <template> elements

serious

Ensures that lists are structured correctly. Axe Reference

Rule type: WCAG 2.0 A, WCAG SC 1.3.1, EN-301-549, EN-9.1.3.1
  1. <ul class="dropdown">
    Element selector:
    .menu-links > .tab:nth-child(1) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Admissions Sub Menu"]
  2. <ul class="dropdown">
    Element selector:
    .tab:nth-child(2) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Academics Sub Menu"]
  3. <ul class="dropdown">
    Element selector:
    .tab:nth-child(3) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Student Life Sub Menu"]
  4. <ul class="dropdown">
    Element selector:
    .tab:nth-child(5) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Alumni Sub Menu"]
  5. <ul class="dropdown">
    Element selector:
    .tab:nth-child(6) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Giving Sub Menu"]
  6. <ul class="dropdown">
    Element selector:
    .tab:nth-child(7) > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide About Sub Menu"]
  7. <ul class="dropdown">
    Element selector:
    .menu-links > .quick-links.tab > .dropdown
    Failing checks (All of these should pass)
    • List element has direct children that are not allowed: a a[aria-label="Hide Quick Links Sub Menu"]

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 aria-label="learn more about cookies" role="button" tabindex="0" class="cc-link" href="https://www.okbu.edu/about/privacy-policy.html" rel="noopener noreferrer nofollow" target="_blank">Learn more</a>
    Element selector:
    .cc-link
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.2 (foreground color: #ffffff, background color: #eaeaea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1 .cc-window body
  2. <a aria-label="dismiss cookie message" role="button" tabindex="0" class="cc-btn cc-dismiss">Got it!</a>
    Element selector:
    .cc-btn
    Failing checks (At least one of these should pass)
    • Element has insufficient color contrast of 1.11 (foreground color: #eaeaea, background color: #fbf6eb, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1 .cc-btn