Module css::domain::selectors [] [src]

Structs

DeduplicatedSelectors

There is at least one selector

LanguageRange
LanguageRanges
OurSelectorImpl

Enums

NonTreeStructuralPseudoClass

A non tree-structural pseudo-class. See https://drafts.csswg.org/selectors-4/#structural-pseudos

PseudoElement

A pseudo-element, both public and private. Includes browser-specific pseudo-elements and pseudo-elements which, although named differently, map to near equivalency

SystemMetric
TextDirectionality
TreeHover
VendorPrefixablePseudoClassName

Represents a pseudo-class that can be vendor prefixed across more than one vendor

VendorPrefixablePseudoElementName

Represents a pseudo-element that can be vendor prefixed across more than one vendor

Traits

OurSelectorExt

Functions

matches

Returns whether the given element matches this selector.

Type Definitions

OurSelector

Use the matches() function to match the selector to elements