← Back to summary

https://www.lisresilience.org/ PASS

Score: 100/100 • Errors: 0 • Warnings: 3 • Notices: 0
Tests Passed: 26/29 • Response Time: 7217ms
Target: WCAG 2.2 Level AA • Settle Delay: 2000ms • Audit Profile: wcag • Run Profile: desktop
Tags Used: wcag2a, wcag2aa, wcag21a, wcag21aa, wcag22a, wcag22aa
Excluded Rules: none

Incomplete (manual review) (3)

aria-valid-attr-value critical
ARIA attributes must conform to valid values
Manual review required to confirm this issue.
nodes: 1
target #search-btn
Fix all of the following: Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls="search-overlay"
HTML snippet
<button type="button" class="md:!flex gap-2 items-center h-[48px] min-h-[48px] font-roboto text-sm font-medium text-rhWhite px-4 py-3" @click="$store.searchOpen = true" id="search-btn" aria-haspopup="dialog" aria-controls="search-overlay">
color-contrast serious
Elements must meet minimum color contrast ratio thresholds
Manual review required to confirm this issue.
nodes: 1
target #view-local-resources
Fix all of the following: Axe encountered an error; test the page for this type of problem manually
HTML snippet
<a id="view-local-resources" href="/resources" class="transition-all white...">
video-caption critical
<video> elements must have captions
Manual review required to confirm this issue.
nodes: 1
target video
Fix all of the following: Check that captions are available for the element
HTML snippet
<video playsinline="" autoplay="" muted="" loop="" class="absolute top-0 left-0 object-cover w-full h-full -z-10">