Expand description
Style Resolution
Resolves computed styles for DOM nodes by cascading CSS rules, sorting by specificity, and inheriting inheritable properties from parent nodes. Includes user-agent default styles.
Structs§
- Computed
Style - Computed style for a DOM node (all values resolved to final values)
- Style
Resolver - Style resolver that applies CSS rules to DOM nodes
Enums§
- Border
Style - CSS border style
- Clear
- CSS clear property
- Display
- CSS display property
- Float
- CSS float property
- Overflow
- CSS overflow property
- Position
- CSS position property
- Text
Align - CSS text-align property
- Visibility
- CSS visibility property
- White
Space - CSS white-space property