Page Scan Results:
ARTICLES OF FAITH
https://swcu.edu/about/Articles-of-Faith
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"
Links must be distinguishable without relying on color
Ensure links are distinguished from surrounding text in a way that does not rely on color. Axe Reference
-
<a href="http://www.iphc.org/" class="externalLink">International Pentecostal Holiness Church.</a>
Element selector:a[href$="iphc.org/"]
Failing checks (At least one of these should pass)
-
The link has insufficient color contrast of 2.54:1 with the surrounding text. (Minimum contrast is 3:1, link text: #f38549, surrounding text: #ffffff)
.sass-col-sm-12 > p:nth-child(1)
-
The link has no styling (such as underline) to distinguish it from the surrounding text
.sass-col-sm-12 > p:nth-child(1)
-
The link has insufficient color contrast of 2.54:1 with the surrounding text. (Minimum contrast is 3:1, link text: #f38549, surrounding text: #ffffff)
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-66">
Element selector:#ui-skip-66
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