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

Diagnoses

  1. [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

  2. 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)