diff --git a/lib/commons/aria/lookup-table.js b/lib/commons/aria/lookup-table.js index f44ece642c..754cca91b6 100644 --- a/lib/commons/aria/lookup-table.js +++ b/lib/commons/aria/lookup-table.js @@ -1429,6 +1429,7 @@ lookupTable.role = { 'h5', 'h6', 'header', + 'hr', 'iframe', 'li', 'ol', @@ -1515,6 +1516,7 @@ lookupTable.role = { 'h5', 'h6', 'header', + 'hr', 'iframe', 'li', 'ol', diff --git a/test/integration/rules/aria-allowed-role/aria-allowed-role.html b/test/integration/rules/aria-allowed-role/aria-allowed-role.html index 1ce0ea43d1..243ab26185 100644 --- a/test/integration/rules/aria-allowed-role/aria-allowed-role.html +++ b/test/integration/rules/aria-allowed-role/aria-allowed-role.html @@ -167,6 +167,8 @@