Module style_traits::dom

source ·
Expand description

Types used to access the DOM from style calculation.

Structs

  • Event-based document states.
  • Event-based element states.
  • An opaque handle to a node, which, unlike UnsafeNode, cannot be transformed back into a non-opaque representation. The only safe operation that can be performed on this node is to compare it to another opaque handle or to another OpaqueNode.