Kilotest: Diagnoses of form submission button missing violation by HTML element 1386 on State of Oregon Web Accessibility page

Basics

About the State of Oregon Web Accessibility page

About HTML element 1386

About the form submission button missing issue

Diagnoses

Here is how tools diagnose the form submission button missing issue for HTML element 1386 of the State of Oregon Web Accessibility page.

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