Kilotest: Diagnoses of form submission button missing
violation by HTML element 1036 on Mozilla Foundation page
Here is how tools diagnose the form submission button missing
issue for HTML element 1036 of the Mozilla Foundation 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 Mozilla Foundation page
- URL:
https://www.mozilla.org/en-US/ - Tested on 2026-04-03 at 03:56
- URL:
- About HTML element 1036
- Take me there
- Tag name:
FORM - Text:
All languages … 正體中文 (繁體)
- Start tag:
<form id="lang_form" class="moz24-c-language-switcher" method="get" action="#"> - XPath:
/html/body/div[2]/footer[1]/div[2]/div[2]/div[1]/form[1] - Bounding box: x = 1392, y = 7794, width = 256, height = 40
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)