Kilotest: Diagnoses of form submission button missing
violation by HTML element 285 on CVS Health page
Basics
About the CVS Health page
- URL: https://www.cvshealth.com/
- Tested 26 days ago by job
q18on 2026-05-06 at 17:48
About HTML element 285
- Tag name:
DIV - Text:
About … Quitting Tobacco
- Start tag:
<div class="search--wrapper enpr-typeahead"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[2] - Bounding box: x = 1415, y = 84, width = 185, height = 34
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 285 of the CVS Health page.
- This form element does not have a submit button. This may be because it contains <code>input type="hidden"</code> elements only. Consider adding the <code>role='presentation'</code> attribute to hide it from assistive technologies.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
missing_submit_button