in antora/supplemental-ui/js/tabsBehavior.js [60:62]
function find (selector, from) { return Array.prototype.slice.call((from || document).querySelectorAll(selector)) }