Kilotest: Diagnoses of button not named
violation by HTML element 445 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 445
- Tag name:
BUTTON - Text:
Start auto refills and check your Rx status … Download our CVS Health app
- Start tag:
<button id="prescriptions-tab-arrow-left-mobile" class="arrow-btn left" onclick="scrollCards('prescriptions', -1)"> - XPath:
/html/body/div[1]/div[2]/main[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/button[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the button not named
issue
- Why it matters: User cannot get help explaining a button
- Priority: highest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the button not named
issue for HTML element 445 of the CVS page.
- This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Button.Name