Module dom

Source

Structs§

BoxSlot
DOMLayoutData
A wrapper for InnerDOMLayoutData. This is necessary to give the entire data structure interior mutability, as we will need to mutate the layout data of non-mutable DOM nodes.
InnerDOMLayoutData
The data that is stored in each DOM node that is used by layout.
PseudoLayoutData

Enums§

LayoutBox 🔒
A box that is stored in one of the DOMLayoutData slots.

Traits§

NodeExt 🔒