Hi, I'm trying to implement wai-aria compatible components following w3c wai-aria-practices examples and the following rule causes me problems : https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/7bcea2006f1d79b399e4aaec82e9cbbbe6ef8cc4/src/rules/aria-activedescendant-has-tabindex.js#L46-L49 This rule doesn't validate w3c [following example](https://www.w3.org/TR/wai-aria-practices/examples/listbox/listbox-collapsible.html) as it uses negative tabIndex regards, Nicolas
Hi,
I'm trying to implement wai-aria compatible components following w3c wai-aria-practices examples and the following rule causes me problems :
https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/7bcea2006f1d79b399e4aaec82e9cbbbe6ef8cc4/src/rules/aria-activedescendant-has-tabindex.js#L46-L49
This rule doesn't validate w3c following example as it uses negative tabIndex
regards,
Nicolas