← Back to summary

https://www.hawley.senate.gov/'%20+%20file%20+%20' FAIL

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

button-name critical
Buttons must have discernible text
nodes: 1
target .et_pb_menu__search-button
Fix any of the following: 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 does not have an implicit (wrapped) <label> Element does not have an explicit <label> Element's default semantics were not overridden with role="none" or role="presentation"
HTML snippet
<button type="button" class="et_pb_menu__icon et_pb_menu__search-button"></button>
color-contrast serious
Elements must meet minimum color contrast ratio thresholds
nodes: 3
target #input_1_1
Fix any of the following: Element has insufficient color contrast of 1.04 (foreground color: #4e4e4e, background color: #1f4f99, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<input name="input_1" id="input_1_1" type="text" value="" class="large" aria-required="true" aria-invalid="false">
target #input_1_2
Fix any of the following: Element has insufficient color contrast of 1.04 (foreground color: #4e4e4e, background color: #1f4f99, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<input name="input_2" id="input_1_2" type="text" value="" class="large" aria-required="true" aria-invalid="false">
target #input_1_3
Fix any of the following: Element has insufficient color contrast of 1.04 (foreground color: #4e4e4e, background color: #1f4f99, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
HTML snippet
<input name="input_3" id="input_1_3" type="text" value="" class="large" aria-required="true" aria-invalid="false">

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 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=0">