axe-core
axe-core copied to clipboard
Lighthouse bug with Salesforce ISML code
https://github.com/dequelabs/axe-core/blob/0f02a1530b91dd38cbc620e358e403f5250cba4c/lib/checks/lists/only-listitems-evaluate.js#L15
Forwarding from another issue please read this thread: https://github.com/GoogleChrome/lighthouse/issues/14364
Looks like axe is reporting correctly. The use of roles on the li or ul elements is causing the issues. We can update the report to include information about that so it's more obvious why the rules are failing.
Related https://github.com/dequelabs/axe-core/issues/3495