Kilotest: Diagnoses of event not keyboard-triggerable?
violation by HTML element 539 on Hesperian Health Guides page
Basics
About the Hesperian Health Guides page
- URL: https://hesperian.org/
- Tested 4 days ago by job
glpon 2026-05-28 at 22:54
About HTML element 539
- Tag name:
A - Text:
Get our Weekly update
- Start tag:
<a href="https://hesperian.org/stay-connected" class="button button4" style="background-color: #ff9800; color: white; transition: background-color 0.3s;" onmouseover="this.style.backgroundColor='#ffa726';" onmouseout="this.style.backgroundColor='#ff9800';"> - XPath:
/html/body/div[1]/div[1]/div[9]/div[1]/div[2]/section[1]/div[1]/a[1] - Bounding box: x = 534, y = 2633, width = 184, height = 41
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 539 of the Hesperian Health Guides page.
- Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle2.Guideline2_1.2_1_1.SCR20.MouseOut - Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle2.Guideline2_1.2_1_1.SCR20.MouseOver - Device dependent event handler
Tool: WAVE (Utah State University)
Rule:
event_handler