← Back to summary

https://www.westy.com/faq FAIL

Score: 94/100 • Errors: 1 • Warnings: 2 • Notices: 0
Tests Passed: 24/27 • Response Time: 2901ms
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

Errors (1)

html-has-lang serious
<html> element must have a lang attribute
nodes: 1
target html
Fix any of the following: The <html> element does not have a lang attribute
HTML snippet
<html class="crjs">

Warnings (1)

meta-viewport moderate
Zooming and scaling must not be disabled
nodes: 1
target meta[name="viewport"]
Fix any of the following: user-scalable=no on <meta> tag disables zooming on mobile devices
HTML snippet
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

Incomplete (manual review) (1)

color-contrast serious
Elements must meet minimum color contrast ratio thresholds
Manual review required to confirm this issue.
nodes: 2
target a[href$="westchester"]
Fix any of the following: Element's background color could not be determined because it is overlapped by another element
HTML snippet
<a class="AllLocations_link__3fhQG" href="locations/westchester"> <!-- -->Westchester</a>
target a[href$="long-island"]
Fix any of the following: Element's background color could not be determined because it is overlapped by another element
HTML snippet
<a class="AllLocations_link__3fhQG" href="locations/long-island"> <!-- -->Long Island</a>