Page Scan Results:
Alumni
https://www.snu.edu/alumni/
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 Summary
Known Issues on This Page
Links must have discernible text
Ensures links have discernible text. Axe Reference
-
<a href="https://www.facebook.com/snualumni1899" rel="nofollow noopener" target="_blank"></a>
Element selector:h3 > a[rel="nofollow noopener"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.facebook.com/snualumni1899" class="wp-block-social-link-anchor" rel="nofollow noopener" target="_blank">
Element selector:.wp-social-link-facebook > .wp-block-social-link-anchor[rel="nofollow noopener"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.instagram.com/snualumni/" class="wp-block-social-link-anchor" rel="nofollow noopener" target="_blank">
Element selector:.wp-social-link-instagram > .wp-block-social-link-anchor[rel="nofollow noopener"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.youtube.com/user/SNUVideo" class="wp-block-social-link-anchor" rel="nofollow noopener" target="_blank">
Element selector:.wp-social-link-youtube > .wp-block-social-link-anchor[rel="nofollow noopener"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
-
<a href="https://www.linkedin.com/groups/140930/" class="wp-block-social-link-anchor" rel="nofollow noopener" target="_blank">
Element selector:.wp-social-link-linkedin > .wp-block-social-link-anchor[rel="nofollow noopener"][target="_blank"]
Failing checks (At least one of these should pass)
- Element does not have 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
Failing checks (All of these should pass)
- Element is in tab order and does not have accessible text
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 href="https://www.snu.edu">Home</a>
Element selector:.item:nth-child(1) > a[href$="www.snu.edu"]
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
body
-
Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
-
<li class="item-current item">Alumni</li>
Element selector:.item-current
Failing checks (At least one of these should pass)
-
Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
body
-
Element has insufficient color contrast of 2.09 (foreground color: #b3b3b3, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
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 meet minimum color contrast ratio thresholds
Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. Axe Reference
-
<h2 class="wp-block-heading has-white-color has-text-color">Alumni Relations</h2>
Element selector:.has-white-color.has-text-color:nth-child(1)
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because element contains an image node
.wp-block-cover__background
.wp-block-cover__image-background
-
Element's background color could not be determined because element contains an image node
-
<p class="has-white-color has-text-color">Connect with the thousands of Alumni who have graduated from Southern Nazarene University. Whether you graduated with your Bachelor’s or Master’s degree we hope you stay connected with the university and with one another.</p>
Element selector:.has-white-color.has-text-color:nth-child(2)
Failing checks (At least one of these should pass)
-
Element's background color could not be determined because element contains an image node
.wp-block-cover__background
.wp-block-cover__image-background
-
Element's background color could not be determined because element contains an image node
-
<a href="#"><img src="/wp-content/plugins/gtranslate/flags/svg/en-us.svg" height="24" width="24" alt="en"> English</a>
Element selector:.gt_selected > a[href="#"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background gradient
.gt_selected
-
Element's background color could not be determined due to a background gradient
Elements must only use permitted ARIA attributes
Ensures ARIA attributes are not prohibited for an element's role. Axe Reference
-
<div class="wp-block-navigation__responsive-dialog" aria-label="Menu">
Element selector:.wp-block-navigation__responsive-dialog
Failing checks (All of these should pass)
- aria-label attribute is not well supported on a div with no valid role attribute.