Sha256: 922cd9ba81b9074516253d686e973322864db2f9dd87619c87137c23027d4f1f
Contents?: true
Size: 326 Bytes
Versions: 375
Compression:
Stored size: 326 Bytes
Contents
const tracks = axe.utils.querySelectorAll(virtualNode, 'track'); const hasDescriptions = tracks.some( ({ actualNode }) => (actualNode.getAttribute('kind') || '').toLowerCase() === 'descriptions' ); // Undefined if there are no tracks - media may have another description method return hasDescriptions ? false : undefined;
Version data entries
375 entries across 375 versions & 1 rubygems