Kilotest: Diagnoses of form submission button missing
violation by HTML element 297 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 297
- Tag name:
SECTION - Text: [not applicable]
- Start tag:
<section class="search--wrapper--mobile enpr-typeahead"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[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 tools diagnose the form submission button missing
issue for HTML element 297 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