Kilotest: Diagnoses of form submission button missing
violation by HTML element 218 on PTR Global page
Basics
About the PTR Global page
- URL: https://www.ptrglobal.com/
- Tested 46 days ago by job
sdoon 2026-06-05 at 04:36
About HTML element 218
- Tag name:
FORM - Text:
SearchSubmitClear
- Start tag:
<form class="x-search e31-e13 mv-q" data-x-search="{"search":true}" action="https://www.ptrglobal.com/" method="get" data-x-search-autofocus=""> - XPath:
/html/body/div[1]/div[1]/header[1]/div[3]/div[1]/div[1]/form[1] - Bounding box: x = 0, y = 0, width = 0, 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 rule engines diagnose the form submission button missing
issue for HTML element 218 of the PTR Global 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