Sha256: 6962565aa2742ef0b88d34f64955ae138ce35476836970095c92d77ff7f62003
Contents?: true
Size: 222 Bytes
Versions: 375
Compression:
Stored size: 222 Bytes
Contents
const { getBaseLang } = axe.utils; const primaryLangValue = getBaseLang(node.getAttribute('lang')); const primaryXmlLangValue = getBaseLang(node.getAttribute('xml:lang')); return primaryLangValue === primaryXmlLangValue;
Version data entries
375 entries across 375 versions & 1 rubygems