Sha256: 49ff15b10148e14edfcd2f72bc85a669236c392ffb19ce986daf75d57d3a1d99
Contents?: true
Size: 162 Bytes
Versions: 375
Compression:
Stored size: 162 Bytes
Contents
const links = axe.utils.querySelectorAll(virtualNode, 'a[href]'); return links.some(vLink => { return /^#[^/!]/.test(vLink.actualNode.getAttribute('href')); });
Version data entries
375 entries across 375 versions & 1 rubygems