We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a1b70 commit 8292c0aCopy full SHA for 8292c0a
lib/core/base/rule.js
@@ -599,8 +599,8 @@ Rule.prototype.after = function after(result, options) {
599
600
// Trying for sub-menu
601
if (result.id === 'menu-expand' || result.id === 'menu-popup') {
602
- const data = result.nodes.filter((r) => !r.all[0].result);
603
- data.forEach((r) => {
+ const data = result.nodes.filter(r => !r.all[0].result);
+ data.forEach(r => {
604
const node = r.all[0].data;
605
r.node = new axe.utils.DqElement(node);
606
});
0 commit comments