UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

6 lines (4 loc) 198 B
options = (options || {}); var value = node.getAttribute('scope').toLowerCase(); var validVals = (['row', 'col', 'rowgroup', 'colgroup'] || options.values); return validVals.indexOf(value) !== -1;