struct Protocol::CSS::InheritedPseudoElementMatches

Overview

Inherited pseudo element matches from pseudos of an ancestor node.

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 pseudo_elements : Array(PseudoElementMatches) #

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


[View source]