Expand description
The core DOM types. Defines the basic DOM hierarchy as well as all the HTML elements.
Structs§
- The context of the binding to tree of a node.
- An HTML node.
- Flags for node items
- The context of the unbinding from a tree of a node when one of its inclusive ancestors is removed.
- A node’s unique ID, for devtools.
Enums§
- Specifies whether children must be recursively cloned or not.
- A summary of the changes that happened to a node.
- Whether a tree traversal should pass shadow tree boundaries.
- suppress observers flag https://dom.spec.whatwg.org/#concept-node-insert https://dom.spec.whatwg.org/#concept-node-remove
Constants§
Traits§
- Helper trait to insert an element into vector whose elements are maintained in tree order
Functions§
- Iterate through
nodes
until we find aNode
that is not innot_in
- If the given untrusted node address represents a valid DOM node in the given runtime, returns it.