Kilotest: Diagnoses of form submission button missing
violation by HTML element 687 on Sage Mages page
Basics
About the Sage Mages page
- URL: https://www.thesagemages.com/
- Tested 13 days ago by job
0lqon 2026-07-07 at 17:44
About HTML element 687
- Tag name:
FORM - Text:
Select the type that reflects your current efforts in implementing ADA or accessibility standards in your brand.* … Submit
- Start tag:
<form aria-label="Brand Type" id="form-19442d70-850f-4d5f-ac19-7cd4243372bb" data-hook="form-19442d70-850f-4d5f-ac19-7cd4243372bb" class=""> - XPath:
[not obtained] - Bounding box: x = 1000, y = 8686, width = 789, height = 330
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 rule engines diagnose the form submission button missing
issue for HTML element 687 of the Sage Mages 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 - [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