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