Page Scan Results:
(No H1 element on page)
https://www.meridiantech.edu/bes/our-team/
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
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<li class="color-footer-main">LEGAL</li>
Element selector:a[href$="legal/"] > .color-footer-main
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.color-footer.hidden-xs
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
-
<li class="color-footer-main">CONTACT US</li>
Element selector:a[href$="contact/"] > .color-footer-main
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.color-footer.hidden-xs
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
-
<li class="color-footer-main">STAFF LOGIN</li>
Element selector:a[href$="wp-admin/"] > .color-footer-main
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.color-footer.hidden-xs
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
-
<li id="rightMain" class="color-footer-main">NEWSLETTER SIGNUP</li>
Element selector:#responsiveFooter > .color-footer-nav > a[href$="newsletter/"] > .color-footer-main
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
.color-footer.hidden-xs
-
Element has insufficient color contrast of 2.72 (foreground color: #ccebee, background color: #0099a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
<li> elements must be contained in a <ul> or <ol>
Ensures <li> elements are used semantically. Axe Reference
-
<li class="color-footer-main">LEGAL</li>
Element selector:a[href$="legal/"] > .color-footer-main
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element
-
<li class="color-footer-main">CONTACT US</li>
Element selector:a[href$="contact/"] > .color-footer-main
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element
-
<li class="color-footer-main">STAFF LOGIN</li>
Element selector:a[href$="wp-admin/"] > .color-footer-main
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element
-
<li id="rightMain" class="color-footer-main">NEWSLETTER SIGNUP</li>
Element selector:#responsiveFooter > .color-footer-nav > a[href$="newsletter/"] > .color-footer-main
Failing checks (At least one of these should pass)
- List item does not have a <ul>, <ol> parent element
Images must have alternate text
Ensures <img> elements have alternate text or a role of none or presentation. Axe Reference
-
<img itemprop="image" class="team-placeholder hidden-xs" src="https://www.meridiantech.edu/fa-content/uploads/2019/01/Brad-headshot-e1638280035650.jpg">
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(1) > section > .row > .col-sm-3 > .team-placeholder[itemprop="image"]
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"
-
<img itemprop="image" class="team-placeholder hidden-xs" src="https://www.meridiantech.edu/fa-content/uploads/2021/11/Pereira_erica-e1638279798243.jpg">
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(2) > section > .row > .col-sm-3 > .team-placeholder[itemprop="image"]
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"
-
<img itemprop="image" class="team-placeholder hidden-xs" src="">
Element selector:img[src=""]
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"
<ul> and <ol> must only directly contain <li>, <script> or <template> elements
Ensures that lists are structured correctly. Axe Reference
-
<ul class="color-footer-nav" style="width:120%;">
Element selector:#responsiveFooter > .color-footer-nav
Failing checks (All of these should pass)
-
List element has direct children that are not allowed: a
a[href$="legal/"]
a[href$="contact/"]
a[href$="wp-admin/"]
#responsiveFooter > .color-footer-nav > a[href$="newsletter/"]
#responsiveFooter > .color-footer-nav > a[aria-label="Facebook"][target="_blank"]
#responsiveFooter > .color-footer-nav > a[aria-label="Twitter"][target="_blank"]
a[aria-label="LinkedIn"]
#responsiveFooter > .color-footer-nav > a[aria-label="YouTube"][target="_blank"]
#responsiveFooter > .color-footer-nav > a[aria-label="Instagram"][target="_blank"]
-
List element has direct children that are not allowed: a
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 Summary
Needs Review on This Page
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
-
<div class="header-sm-text">Business and Entrepreneurial Services</div>
Element selector:div[data-stellar-background-ratio="0.5"] > .header-trans > .header-sm-text
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
div[data-stellar-background-ratio="0.5"] > .header-trans
div[data-stellar-background-ratio="0.5"]
-
Element's background color could not be determined due to a background image
-
<div class="header-lg-text">Our Team</div>
Element selector:div[data-stellar-background-ratio="0.5"] > .header-trans > .header-lg-text
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
div[data-stellar-background-ratio="0.5"] > .header-trans
div[data-stellar-background-ratio="0.5"]
-
Element's background color could not be determined due to a background image
-
<div itemprop="givenName" class="team-name">Brad Rickelman</div>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(1) > section > .row > .col-sm-3 > .team-name[itemprop="givenName"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<div itemprop="jobTitle" class="team-title">Assistant Director, Business and Entrepreneurial Services</div>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(1) > section > .row > .col-sm-3 > .team-title[itemprop="jobTitle"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<a href="mailto:bradr@meridiantech.edu" target="_blank" rel="noopener">bradr@meridiantech.edu</a>
Element selector:a[href="mailto:bradr@meridiantech.edu"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<a href="tel:405.377.2220" target="_blank" rel="noopener">405.377.2220</a>
Element selector:a[href="tel:405.377.2220"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<span style="font-weight: 400;">
Element selector:p > span
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<div itemprop="givenName" class="team-name">Erica Pereira</div>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(2) > section > .row > .col-sm-3 > .team-name[itemprop="givenName"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<div itemprop="jobTitle" class="team-title">Business and Entrepreneurship Support Specialist</div>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(2) > section > .row > .col-sm-3 > .team-title[itemprop="jobTitle"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<a href="mailto:ericap@meridiantech.edu">ericap@meridiantech.edu</a>
Element selector:a[href="mailto:ericap@meridiantech.edu"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<p>405-377-2220</p>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(2) > section > .row > .col-sm-3 > .team-title[itemprop="telephone"] > p
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<p>
Element selector:span[itemscope=""][itemtype="http://schema.org/Person"]:nth-child(2) > section > .row > .col-sm-8 > .team-copy[itemprop="description"] > p
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
.general-container
-
Element's background color could not be determined due to a background image
-
<div class="sidebox-header"> Business and Entrepreneurial Services </div>
Element selector:.sidebox-header
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
.sidebox
-
Element's background color could not be determined because it's partially obscured by another element
-
<a href="https://www.google.com/maps/place/Meridian+Technology+Center/@36.107043,-97.1114117,17z/data=!3m1!4b1!4m5!3m4!1s0x87b1a0920307ac5b:0xb4ab398fcf5b8a38!8m2!3d36.107043!4d-97.109223" target="_blank">
Element selector:.color-footer-address > a[target="_blank"]:nth-child(1)
Failing checks (At least one of these should pass)
-
Element has a 1:1 contrast ratio with the background
body
-
Element has a 1:1 contrast ratio with the background
-
<a href="https://www.google.com/maps/place/Meridian+Technology+Center+-+South+Campus/@35.8473853,-97.4280007,17z/data=!3m1!4b1!4m5!3m4!1s0x87b18d4516b79ecb:0xab091d15b9ddc798!8m2!3d35.847381!4d-97.425812" target="_blank">South Campus: 3025 South Division Street | Guthrie, OK 73044 | 405.377.3334</a>
Element selector:.color-footer-address > a[target="_blank"]:nth-child(3)
Failing checks (At least one of these should pass)
-
Element has a 1:1 contrast ratio with the background
body
-
Element has a 1:1 contrast ratio with the background
Page must have means to bypass repeated blocks
Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content. Axe Reference
-
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="en-US" class=" js no-touch cssanimations csstransitions">
Element selector:html
Failing checks (At least one of these should pass)
- No valid skip link found
- Page does not have a heading
- Page does not have a landmark region