struct Protocol::CSS::InheritedStyleEntry
- Protocol::CSS::InheritedStyleEntry
- Struct
- Value
- Object
Overview
Inherited CSS rule collection from ancestor node.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#inline_style : CSSStyle | Nil
The ancestor node's inline style, if any, in the style inheritance chain.
-
#matched_css_rules : Array(RuleMatch)
Matches of CSS rules matching the ancestor node in the style inheritance chain.
Constructor Detail
Instance Method Detail
The ancestor node's inline style, if any, in the style inheritance chain.
Matches of CSS rules matching the ancestor node in the style inheritance chain.