axe-core
axe-core copied to clipboard
False positive: 'scrollable-region-focusable' rule fails lists without focusable elements on page load
scrollable-region-focusable
rule fails the scrollable lists which do not contain any focusable elements on initial page load. But, when interacting with keyboard, keyboard focus is added to elements inside the list and the complete content of the list is accessible.
Motivation: All the scrollable content is reachable/available when interacting with keyboard,
Demo link: https://developer.microsoft.com/en-us/fluentui#/controls/web/list
axe-core version: 4.1.2-canary.3cdbcd7
axe version: axe-coconut 4.7.3
Yikes, that is a scenario we did not foresee. We'll have to think about it... this is a tricky one.