Expand description
Element nodes.
Structs§
- TagName 🔒A holder for an element’s “tag name”, which will be lazily resolved and cached. Should be reset when the document owner changes.
Enums§
- A type that wraps a DomRoot value so we can implement the SelectorsElement trait without violating the orphan rule. Since the trait assumes that the return type and self type of various methods is the same type that it is implemented against, we need to be able to represent multiple ownership styles.