bool matches(dom.Element element, String selector) { try { return qs.matches(element, selector); } catch (_) { return false; } }