28 #ifndef INCLUDED_ORCUS_PARSER_HANDLERS_CSS_HPP 29 #define INCLUDED_ORCUS_PARSER_HANDLERS_CSS_HPP 31 #include <orcus/css_types.hpp> 40 void at_rule_name(
const char* ,
size_t ) {}
42 void simple_selector_type(
const char* ,
size_t ) {}
44 void simple_selector_class(
const char* ,
size_t ) {}
46 void simple_selector_pseudo_element(orcus::css::pseudo_element_t ) {}
48 void simple_selector_pseudo_class(orcus::css::pseudo_class_t ) {}
50 void simple_selector_id(
const char* ,
size_t ) {}
52 void end_simple_selector() {}
54 void end_selector() {}
56 void combinator(orcus::css::combinator_t ) {}
58 void property_name(
const char* ,
size_t ) {}
60 void value(
const char* ,
size_t ) {}
62 void rgb(uint8_t , uint8_t , uint8_t ) {}
64 void rgba(uint8_t , uint8_t , uint8_t ,
double ) {}
66 void hsl(uint8_t , uint8_t , uint8_t ) {}
68 void hsla(uint8_t , uint8_t , uint8_t ,
double ) {}
70 void url(
const char* ,
size_t ) {}
80 void begin_property() {}
82 void end_property() {}