pub(crate) type ElementOrText = ElementOrText<DomTypeHolder>;
pub(crate) enum ElementOrText { Element(Root<Dom<Element>>), Text(Root<Dom<Text>>), }