Kilotest: Diagnoses of event not keyboard-triggerable?
violation by HTML element 1679 on Disability Rights Oregon page
Basics
About the Disability Rights Oregon page
- URL: https://www.droregon.org/
- Tested 29 days ago by job
feron 2026-05-03 at 17:05
About HTML element 1679
- Tag name:
BUTTON - Text:
Scroll Back to Top
- Start tag:
<button onclick="window.topFunction()" id="backtoTop"> - XPath:
/html/body/div[2]/div[1]/button[1] - 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 1679 of the Disability Rights Oregon 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