Kilotest: Diagnoses of form submission button missing
violation by HTML element 0 on Center for Justice and Accountability page
Here is how tools diagnose the form submission button missing
issue for HTML element 0 of the Center for Justice and Accountability page.
Basics
- About the
form submission button missing
issue- Why it matters: User cannot easily submit a form
- Priority: high
- Related WCAG standard: 3.2.2
- About the Center for Justice and Accountability page
- URL:
https://cja.org/ - Tested on 2026-04-02 at 14:22
- URL:
- About HTML element 0
- Tag name:
HTML - Text: [not applicable]
- Start tag:
<html lang="en-US" class=" js_active vc_desktop vc_transform vc_transform "> - XPath:
/html - Bounding box: x = 0, y = 0, width = 1920, height = 4433
- Tag name:
Diagnoses
- [failed] Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T19 - 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: WallyAX (Wally)