Module style::traversal

source ·
Expand description

Traversing the DOM tree; the bloom filter.

Structs

  • A per-traversal-level chunk of data. This is sent down by the traversal, and currently only holds the dom depth for the bloom filter.
  • We use this structure, rather than just returning a boolean from pre_traverse, to enfore that callers process root invalidations before starting the traversal.

Statics

Traits

  • A DOM Traversal trait, that is used to generically implement styling for Gecko and Servo.

Functions

Type Aliases