ELinks 0.18.0
|
#include "document/format.h"
#include "document/html/parser.h"
#include "util/align.h"
#include "util/color.h"
#include "util/lists.h"
Data Structures | |
union | css_property_value |
struct | css_property |
The struct css_property describes one CSS declaration in a rule, therefore being basically a parsed instance of struct css_property_info. More... | |
struct | css_property_info |
The struct css_property_info describes what values the properties can have and what internal type they have. More... |
Typedefs | |
typedef int(* | css_property_value_parser_T) (struct css_property_info *propinfo, union css_property_value *value, struct scanner *scanner) |
Variables | |
struct css_property_info | css_property_info [] |
This table contains info about all the known CSS properties. |
typedef int(* css_property_value_parser_T) (struct css_property_info *propinfo, union css_property_value *value, struct scanner *scanner) |
enum css_display |
enum css_list_style |
enum css_property_type |
|
extern |
This table contains info about all the known CSS properties.