如果 tagName 是接受的类型,则返回 true。
bool allowsElement(Element element) { return _validators.any((v) => v.allowsElement(element)); }