@override bool canHandle(dom.Node node) { if (node is! dom.Element) return false; return node.localName?.toLowerCase() == 'table'; }