diff --git a/lib/commons/aria/index.js b/lib/commons/aria/index.js index 3ffbf1b94a..d6fbb9983b 100644 --- a/lib/commons/aria/index.js +++ b/lib/commons/aria/index.js @@ -524,7 +524,7 @@ lookupTables.role = { 'menuitem': { type: 'widget', attributes: { - allowed: ['aria-posinset', 'aria-setsize'] + allowed: ['aria-posinset', 'aria-setsize', 'aria-expanded'] }, owned: null, nameFrom: ['author', 'contents'], diff --git a/test/integration/rules/aria-allowed-attr/passes.html b/test/integration/rules/aria-allowed-attr/passes.html index e10c84d156..079840546c 100644 --- a/test/integration/rules/aria-allowed-attr/passes.html +++ b/test/integration/rules/aria-allowed-attr/passes.html @@ -65,7 +65,7 @@ - +
ok