⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module style

Module style 

Source
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§

ComputedStyle
Computed style for a DOM node (all values resolved to final values)
StyleResolver
Style resolver that applies CSS rules to DOM nodes

Enums§

BorderStyle
CSS border style
Clear
CSS clear property
Display
CSS display property
Float
CSS float property
Overflow
CSS overflow property
Position
CSS position property
TextAlign
CSS text-align property
Visibility
CSS visibility property
WhiteSpace
CSS white-space property