libcss
Loading...
Searching...
No Matches
Public Attributes | List of all members
css_computed_content_item Struct Reference

#include <computed.h>

Public Attributes

uint8_t type
 
union { 
 
   lwc_string *   string 
 
   lwc_string *   uri 
 
   lwc_string *   attr 
 
   struct { 
 
      lwc_string *   name 
 
      uint8_t   style 
 
   }   counter 
 
   struct { 
 
      lwc_string *   name 
 
      lwc_string *   sep 
 
      uint8_t   style 
 
   }   counters 
 
data 
 

Member Data Documentation

◆ attr

lwc_string* css_computed_content_item::attr

◆ [struct]

struct { ... } css_computed_content_item::counter

◆ [struct]

struct { ... } css_computed_content_item::counters

◆ [union]

union { ... } css_computed_content_item::data

◆ name

lwc_string* css_computed_content_item::name

◆ sep

lwc_string* css_computed_content_item::sep

◆ string

lwc_string* css_computed_content_item::string

◆ style

uint8_t css_computed_content_item::style

◆ type

uint8_t css_computed_content_item::type

◆ uri

lwc_string* css_computed_content_item::uri

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