struct Protocol::CSS::CSSSupports

Overview

CSS Supports at-rule descriptor.

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 active : Bool #

Whether the supports condition is satisfied.


[View source]
def range : SourceRange | Nil #

The associated rule header range in the enclosing stylesheet (if available).


[View source]
def style_sheet_id : StyleSheetId | Nil #

Identifier of the stylesheet containing this object (if exists).


[View source]
def text : String #

Supports rule text.


[View source]