Libcroco
Data Fields
_CRRuleSet Struct Reference

The abstraction of a css ruleset. More...

#include <cr-statement.h>

Data Fields

CRSelectorsel_list
 A list of instances of #CRSimpeSel. More...
 
CRDeclarationdecl_list
 A list of instances of CRDeclaration. More...
 
CRStatementparent_media_rule
 The parent media rule, or NULL if no parent media rule exists. More...
 

Detailed Description

The abstraction of a css ruleset.

A ruleset is made of a list of selectors, followed by a list of declarations.

Definition at line 63 of file cr-statement.h.

Field Documentation

◆ decl_list

CRDeclaration* _CRRuleSet::decl_list

◆ parent_media_rule

CRStatement* _CRRuleSet::parent_media_rule

The parent media rule, or NULL if no parent media rule exists.

Definition at line 75 of file cr-statement.h.

Referenced by cr_statement_new_ruleset().

◆ sel_list

CRSelector* _CRRuleSet::sel_list

The documentation for this struct was generated from the following file: