Page Scan Results:
HUMAN RESOURCES
https://swcu.edu/about/Human-resources
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
Buttons must have discernible text
Ensures buttons have discernible text. Axe Reference
-
<button class="menu-icon hamburger hamburger--spring" type="button"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button>
Element selector:button
Failing checks (At least one of these should pass)
- Element does not have inner 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
- 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 Summary
Needs Review on This Page
ARIA attributes must conform to valid values
Ensures all ARIA attributes have valid values. Axe Reference
-
<div class="main-content-side" role="navigation" aria-labelledby="section_nav" tabindex="-1" id="ui-skip-100">
Element selector:#ui-skip-100
Failing checks (All of these should pass)
- ARIA attribute element ID does not exist on the page: aria-labelledby="section_nav"
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 title="View the home page" href="/">Southwestern Christian University</a>
Element selector:a[title="View the home page"]
Failing checks (At least one of these should pass)
-
Element's background color could not be determined due to a background image
a[title="View the home page"]
-
Element's background color could not be determined due to a background image