InheritedPseudoElementMatches

@Serializable
data class InheritedPseudoElementMatches(val pseudoElements: List<CSS.PseudoElementMatches>)

Inherited pseudo element matches from pseudos of an ancestor node.

Constructors

Link copied to clipboard
constructor(pseudoElements: List<CSS.PseudoElementMatches>)

Properties

Link copied to clipboard

Matches of pseudo styles from the pseudos of an ancestor node.