Kilotest: Diagnoses of form submission button missing
violation by HTML element 242 on CVS page
Basics
About the CVS page
- URL: https://www.cvs.com/
- Tested 26 days ago by job
vqion 2026-05-06 at 17:34
About HTML element 242
- Tag name:
FORM - Text:
Search CVS or ask a question
- Start tag:
<form novalidate="" role="search" aria-label="Search CVS" class="sc-cvs-search-box" c-id="31.0.0.0"> - XPath:
[not obtained] - 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 tools diagnose the form submission button missing
issue for HTML element 242 of the CVS 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