Expand description
Element nodes.
StructsΒ§
- Element
- https://dom.spec.whatwg.org/#element
- Element
Perform πFullscreen Enter - Element
Perform πFullscreen Exit - Scroll
Position π - Represents a scroll position with x and y coordinates
- 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Β§
- Adjacent
Position π - Attribute
Mutation π - Custom
Element πCreation Mode - Element
Creator π - Scrolling
Box π - Represents a scrolling box that can be either an element or the viewport https://drafts.csswg.org/cssom-view/#scrolling-box
- Selector
Wrapper - 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.
ConstantsΒ§
TraitsΒ§
- Layout
Element πHelpers