UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

13 lines (10 loc) 233 B
import { getExplicitRole } from '../commons/aria'; function ariaAllowedRoleMatches(node) { return ( getExplicitRole(node, { dpub: true, fallback: true }) !== null ); } export default ariaAllowedRoleMatches;