Kilotest: Diagnoses of event not keyboard-triggerable?
violation by HTML element 499 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 499
- Tag name:
DIV - Text:
Shop and save
- Start tag:
<div class="mobile-tab-row" onclick="toggleMobileTab(this, 'rewards')"> - XPath:
/html/body/div[1]/div[2]/main[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[5] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the event not keyboard-triggerable?
issue
- Why it matters: Keyboard-only user may be unable to perform an action
- Priority: lowest
- Related WCAG standard: 2.1.1
Diagnoses
Here is how tools diagnose the event not keyboard-triggerable?
issue for HTML element 499 of the CVS page.
- Ensure the functionality provided by an event handler for this element is available through the keyboard
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle2.Guideline2_1.2_1_1.G90