From f3e3157f23ca1cf78a56fdc570e6dcb1635bbcbb Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Wed, 17 Jun 2020 13:36:50 -0600 Subject: [PATCH] fix(aria-allowed-attr): allow aria-activedescendant on role=application --- lib/commons/aria/lookup-table.js | 2 +- test/integration/rules/aria-allowed-attr/passes.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/commons/aria/lookup-table.js b/lib/commons/aria/lookup-table.js index c73997b5a7..f44ece642c 100644 --- a/lib/commons/aria/lookup-table.js +++ b/lib/commons/aria/lookup-table.js @@ -298,7 +298,7 @@ lookupTable.role = { application: { type: 'landmark', attributes: { - allowed: ['aria-expanded', 'aria-errormessage'] + allowed: ['aria-expanded', 'aria-errormessage', 'aria-activedescendant'] }, owned: null, nameFrom: ['author'], diff --git a/test/integration/rules/aria-allowed-attr/passes.html b/test/integration/rules/aria-allowed-attr/passes.html index 3fafeeb538..675944a48b 100644 --- a/test/integration/rules/aria-allowed-attr/passes.html +++ b/test/integration/rules/aria-allowed-attr/passes.html @@ -58,6 +58,7 @@