[BUG]: element_scrollable_tabbable
false positive for textarea
#1911
Labels
Bug
Something isn't working
engine
Issues in the accessibility-checker-engine component
priority-1 (high)
Ready for QA
T62
user-reported
Issues identified outside of the core team
Project
accessibility-checker for Node
Browser
Chrome
Operating system
Windows
Description
By adding
textarea { overflow-y: scroll; }
as css and for htmlthe
accessibility-checker
throwselement_scrollable_tabbable
as an issue.The problem is that the prefilled content of the textarea isn't a node and the textarea itself works with keyboard interaction. But here it doesn't count as
TabbableChildren
. Maybe the solution is to add anotherif
statement for textareas like you did it here.Steps to reproduce
Use the Chrome-Extension on https://output.jsbin.com/baputiwipu/1.
The text was updated successfully, but these errors were encountered: