struct Protocol::CSS::PseudoElementMatches
- Protocol::CSS::PseudoElementMatches
- Struct
- Value
- Object
Overview
CSS rule collection for a single pseudo style.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#matches : Array(RuleMatch)
Matches of CSS rules applicable to the pseudo style.
-
#pseudo_identifier : String | Nil
Pseudo element custom ident.
-
#pseudo_type : DOM::PseudoType
Pseudo element type.