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 686492c commit 79b8b0aCopy full SHA for 79b8b0a
src/role-helpers.js
@@ -75,7 +75,7 @@ function getImplicitAriaRoles(currentNode) {
75
}
76
77
function buildElementRoleList(elementRolesMap) {
78
- function makeElementSelector({name, attributes = []}) {
+ function makeElementSelector({name, attributes}) {
79
return `${name}${attributes
80
.map(({name: attributeName, value, constraints = []}) => {
81
const shouldNotExist = constraints.indexOf('undefined') !== -1
0 commit comments