Module selectors::context

source ·

Structs§

  • Data associated with the matching process for a element. This context is used across many selectors for an element, so it’s not appropriate for transient data that applies to only a single selector.
  • Set of caches (And cache-likes) that speed up expensive selector matches.

Enums§

  • The mode to use whether we should matching rules inside @starting-style. https://drafts.csswg.org/css-transitions-2/#starting-style
  • Whether we’re matching in the contect of invalidation.
  • What kind of selector matching mode we should use.
  • Whether we need to set selector invalidation flags on elements for this match request.
  • Which quirks mode is this document in.
  • The mode to use when matching unvisited and visited links.