Kilotest: Diagnoses of form submission button missing
violation by HTML element 237 on Center for Justice and Accountability page
Basics
About the Center for Justice and Accountability page
- URL: https://cja.org/
- Tested 30 days ago by job
r26on 2026-05-03 at 04:32
About HTML element 237
- Tag name:
FORM - Text:
Search
- Start tag:
<form role="search" method="get" class="search-form" action="https://cja.org/"> - XPath:
[not obtained] - Bounding box: x = 1900, y = 19, width = 26, height = 52
About the form submission button missing
issue
- Why it matters: User cannot easily submit a form
- Priority: high
- Related WCAG standard: 3.2.2
Diagnoses
Here is how tools diagnose the form submission button missing
issue for HTML element 237 of the Center for Justice and Accountability page.
- This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle3.Guideline3_2.3_2_2.H32.2