struct Protocol::CSS::GetInlineStylesForNode

Overview

Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

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 attributes_style : CSSStyle | Nil #

Attribute-defined element style (e.g. resulting from "width=20 height=100%").


[View source]
def inline_style : CSSStyle | Nil #

Inline style for the specified DOM node.


[View source]