UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

6 lines (4 loc) 170 B
var getIdRefs = axe.commons.dom.idrefs; return getIdRefs(node, 'aria-labelledby').some(function (elm) { return (elm && axe.commons.text.accessibleText(elm, true)); });