← Back to summary

https://www.westy.com/built-for-our-customers FAIL

Score: 94/100 • Errors: 1 • Warnings: 3 • Notices: 0
Tests Passed: 23/27 • Response Time: 2938ms
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) (2)

color-contrast serious
Elements must meet minimum color contrast ratio thresholds
Manual review required to confirm this issue.
nodes: 7
target li:nth-child(1) > a[href="/"]
Fix any of the following: Element's background color could not be determined because it's partially obscured by another element
HTML snippet
<a href="/">Home</a>
target .DefaultBreadCrumbs_current__e4Uif > a[href$="built-for-our-customers"]
Fix any of the following: Element's background color could not be determined because it's partially obscured by another element
HTML snippet
<a href="/built-for-our-customers">Westy is Built for Our Customers</a>
target .BuiltForOurCustomers1_h6__zUkWA
Fix any of the following: Element's background color could not be determined due to a pseudo element
HTML snippet
<div class="BuiltForOurCustomers1_h6__zUkWA">Westy's impeccably clean buildings create the finest experience in self storage.</div>
target .BuiltForOurCustomers2_feature__q1zHD:nth-child(1) > .BuiltForOurCustomers2_desc__0Y3Z9 > .BuiltForOurCustomers2_featureTitle__VCzgO
Fix any of the following: Element's background color could not be determined because it is overlapped by another element
HTML snippet
<p class="BuiltForOurCustomers2_featureTitle__VCzgO">Grand Atrium Lobby<!-- --> </p>
target .BuiltForOurCustomers2_feature__q1zHD:nth-child(2) > .BuiltForOurCustomers2_desc__0Y3Z9 > .BuiltForOurCustomers2_featureTitle__VCzgO
Fix any of the following: Element's background color could not be determined because it is overlapped by another element
HTML snippet
<p class="BuiltForOurCustomers2_featureTitle__VCzgO">Heated and Air Conditioned<!-- --> </p>
target .BuiltForOurCustomers2_feature__q1zHD:nth-child(3) > .BuiltForOurCustomers2_desc__0Y3Z9 > .BuiltForOurCustomers2_featureTitle__VCzgO
Fix any of the following: Element's background color could not be determined because it is overlapped by another element
HTML snippet
<p class="BuiltForOurCustomers2_featureTitle__VCzgO">Accessibility<!-- --> </p>
target p:nth-child(3)
Fix any of the following: Element's background color could not be determined because it partially overlaps other elements
HTML snippet
<p>The entire building is protected by our security system.</p>
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 autoplay="" muted="" playsinline="" loop="" src="https://westy-spaces.nyc3.cdn.digitaloceanspaces.com/who-we-are.mp4" class="BuiltForOurCustomers1_video__29Y0D"><source src="https://westy-spaces.nyc3.cdn.digitaloceanspaces.com/who-we-are.mp4" type="video/mp4"></video>