color-contrast - Elements must meet minimum color contrast ratio thresholds
Impact: serious
Description: Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds
Help: Elements must meet minimum color contrast ratio thresholds
Tags: cat.color, wcag2aa, wcag143, TTv5, TT13.c, EN-301-549, EN-9.1.4.3, ACT
Affected Elements (1)
<span>Ask me about ACCESS! 😊</span>
Target: #qa-bot,.rcb-chat-tooltip > span:nth-child(1)
Failure Summary:
Fix any of the following:
Element has insufficient color contrast of 1.04 (foreground color: #ffffff, background color: #f7fafa, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1
heading-order - Heading levels should only increase by one
Impact: moderate
Description: Ensure the order of headings is semantically correct
Help: Heading levels should only increase by one
Tags: cat.semantics, best-practice
Affected Elements (1)
<h3 class="text-white mt-0">Search ACCESS</h3>
Target: .bg-dark-teal.p-5:nth-child(1) > .mt-0.text-white
Failure Summary:
Fix any of the following:
Heading order invalid
image-alt - Images must have alternative text
Impact: critical
Description: Ensure
elements have alternative text or a role of none or presentation
Help: Images must have alternative text
Tags: cat.text-alternatives, wcag2a, wcag111, section508, section508.22.a, TTv5, TT7.a, TT7.b, EN-301-549, EN-9.1.1.1, ACT
Affected Elements (6)
<img class="not-prose block h-16" src="/themes/contrib/asp-theme/images/icons/ACCESS-arrrow.svg">
Target: .border-orange > .h-16.not-prose
Failure Summary:
Fix any of the following:
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 class="not-prose block h-16" src="/themes/contrib/asp-theme/images/icons/vlc.svg">
Target: .border-dark-teal.hover--border-orange.group:nth-child(2) > .h-16.not-prose
Failure Summary:
Fix any of the following:
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 class="not-prose block h-16" src="/themes/contrib/asp-theme/images/icons/ara.svg">
Target: .border-dark-teal.hover--border-orange.group:nth-child(3) > .h-16.not-prose
Failure Summary:
Fix any of the following:
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 class="w-20 mb-2 md--mx-auto not-prose" src="/themes/contrib/asp-theme/images/icons/ico-documentation.svg">
Target: .md--flex-col > .w-20.md--mx-auto.not-prose
Failure Summary:
Fix any of the following:
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 class="w-20 mb-2 md--mx-auto not-prose" src="/themes/contrib/asp-theme/images/icons/askci.svg">
Target: .md-items-center > .w-20.md--mx-auto.not-prose
Failure Summary:
Fix any of the following:
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 class="w-20 mb-2 md--mx-auto not-prose" src="/themes/contrib/asp-theme/images/icons/cilinks.svg">
Target: .md--justify-center > .w-20.md--mx-auto.not-prose
Failure Summary:
Fix any of the following:
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"
region - All page content should be contained by landmarks
Impact: moderate
Description: Ensure all page content is contained by landmarks
Help: All page content should be contained by landmarks
Tags: cat.keyboard, best-practice
Affected Elements (4)
<div class="container">
Target: #header,.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<a href="#main-content" class="visually-hidden focusable skip-link">
Skip to main content
</a>
Target: .focusable
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<div class="container prose">
Target: .layout-container > .prose.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<div class="container">
Target: #footer,.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks