struct Protocol::CSS::PseudoElementMatches

Overview

CSS rule collection for a single pseudo style.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def matches : Array(RuleMatch) #

Matches of CSS rules applicable to the pseudo style.


[View source]
def pseudo_identifier : String | Nil #

Pseudo element custom ident.


[View source]
def pseudo_type : DOM::PseudoType #

Pseudo element type.


[View source]