struct Protocol::CSS::InheritedStyleEntry

Overview

Inherited CSS rule collection from 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 inline_style : CSSStyle | Nil #

The ancestor node's inline style, if any, in the style inheritance chain.


[View source]
def matched_css_rules : Array(RuleMatch) #

Matches of CSS rules matching the ancestor node in the style inheritance chain.


[View source]