Page Scan Results:
Affordability and Value
https://www.okbu.edu/financial-aid/affordability-and-value.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
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<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.
-
<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.
-
<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.
-
<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.
-
<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.
-
<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.
-
<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.
-
<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.
-
<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
Ensures that lists are structured correctly. Axe Reference
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
-
<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"]
-
List element has direct children that are not allowed: a
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<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.05 (foreground color: #f4f4f4, background color: #fdfaf4, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1
.cc-btn
-
Element has insufficient color contrast of 1.05 (foreground color: #f4f4f4, background color: #fdfaf4, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 4.5:1
Frames must have an accessible name
Ensures <iframe> and <frame> elements have an accessible name. Axe Reference
-
<iframe allowfullscreen="allowfullscreen" frameborder="0" height="720" src="https://www.youtube.com/embed/UngsuFR-1oA?showinfo=0&rel=0&enablejsapi=1&origin=https%3A%2F%2Fwww.okbu.edu" width="1280" data-gtm-yt-inspected-9="true" data-gtm-yt-inspected-1141842_53="true" id="540588954">
Element selector:#\35 40588954
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"
Needs Review - These "incomplete" issues may be problematic, but couldn't be completely tested automatically. They should be reviewed by a real person.
Needs Review on This Page
Elements must only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<a class="submenu-close" aria-label="Hide Admissions Sub Menu">Admissions</a>
Element selector:a[aria-label="Hide Admissions Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide Academics Sub Menu">Academics</a>
Element selector:a[aria-label="Hide Academics Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide Student Life Sub Menu">Student Life</a>
Element selector:a[aria-label="Hide Student Life Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide Alumni Sub Menu">Alumni</a>
Element selector:a[aria-label="Hide Alumni Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide Giving Sub Menu">Giving</a>
Element selector:a[aria-label="Hide Giving Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide About Sub Menu">About</a>
Element selector:a[aria-label="Hide About Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
-
<a class="submenu-close" aria-label="Hide Quick Links Sub Menu">Quick Links</a>
Element selector:a[aria-label="Hide Quick Links Sub Menu"]
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a a with no valid role attribute.
Elements must meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<span id="cookieconsent:desc" class="cc-message">
Element selector:#cookieconsent\:desc
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because element contains an image node
.cc-window
img[src$="affordability-21.png"]
-
Element's background color could not be determined because element contains an image node
-
<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's background color could not be determined because element contains an image node
.cc-window
img[src$="affordability-21.png"]
-
Element's background color could not be determined because element contains an image node
-
<h1>Affordability and Value</h1>
Element selector:h1
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because it's partially obscured by another element
body
-
Element's background color could not be determined because it's partially obscured by another element
Table headers in a data table must refer to data cells
Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe. Axe Reference
-
<table>
Element selector:table:nth-child(12)
Failing checks (All of these should pass)
-
Table data cells are missing or empty
th[scope="col"]
-
Table data cells are missing or empty