UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

6 lines (4 loc) 101 B
function noRoleMatches(node) { return !node.getAttribute('role'); } export default noRoleMatches;