Kilotest: Diagnoses of form submission button missing
violation by HTML element 714 on Center for Justice and Accountability page
Basics
About the Center for Justice and Accountability page
- URL: https://cja.org/
- Tested 38 days ago by job
xhuon 2026-04-24 at 21:54
About HTML element 714
- Tag name:
FORM - Text:
The Center for Justice and Accountability has pursued many…cases since its founding in 1998, and it has won multimillion-dollar civil verdicts against perpetrators of torture and government-sanctioned killings in El Salvador, Honduras, Chile, Peru, Haiti, Somalia and Bosnia-Herzegovina. … 5
- Start tag:
<form autocomplete="off" name="wpv-filter-15448" action="/?wpv_view_count=15448" method="get" class="wpv-filter-form js-wpv-filter-form js-wpv-filter-form-15448 js-wpv-form-full" data-viewnumber="15448" data-viewid="15448" data-viewhash="eyJuYW1lIjoidGVzdGltb25pYWwtc2xpZGVyIn0=" data-viewwidgetid="0" data-orderby="" data-order="" data-orderbyas="" data-orderbysecond="" data-ordersecond="" data-parametric="{"query":"normal","id":"15448","view_id":"15448","widget_id":0,"view_hash":"15448","action":"\/?wpv_view_count=15448","sort":{"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":""},"orderby":"","order":"","orderby_as":"","orderby_second":"","order_second":"","ajax_form":"","ajax_results":"","effect":"fade","prebefore":"","before":"","after":"","attributes":[],"environment":{"current_post_id":2258,"parent_post_id":2258,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}},"loop":{"type":"","name":"","data":[],"id":0}}" data-attributes="[]" data-environment="{"current_post_id":2258,"parent_post_id":2258,"parent_term_id":0,"parent_user_id":0,"archive":{"type":"","name":"","data":[]}}"> - XPath:
[not obtained] - Bounding box: x = 405, y = 3478, width = 1110, height = 0
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 714 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