1struct css_property_info { const char *name; int key; };
2%define hash-function-name css_property_hash
3%define lookup-function-name css_property_lookup
4%define word-array-name css_property_list
5%global-table
6%struct-type
7%%
8background-color,PRO_BACKGROUND_COLOR
9border,PRO_BORDER
10border-bottom,PRO_BORDER_BOTTOM
11border-bottom-color,PRO_BORDER_BOTTOM_COLOR
12border-bottom-style,PRO_BORDER_BOTTOM_STYLE
13border-bottom-width,PRO_BORDER_BOTTOM_WIDTH
14border-color,PRO_BORDER_COLOR
15border-left,PRO_BORDER_LEFT
16border-left-color,PRO_BORDER_LEFT_COLOR
17border-left-style,PRO_BORDER_LEFT_STYLE
18border-left-width,PRO_BORDER_LEFT_WIDTH
19border-right,PRO_BORDER_RIGHT
20border-right-color,PRO_BORDER_RIGHT_COLOR
21border-right-style,PRO_BORDER_RIGHT_STYLE
22border-right-width,PRO_BORDER_RIGHT_WIDTH
23border-style,PRO_BORDER_STYLE
24border-top,PRO_BORDER_TOP
25border-top-color,PRO_BORDER_TOP_COLOR
26border-top-style,PRO_BORDER_TOP_STYLE
27border-top-width,PRO_BORDER_TOP_WIDTH
28border-width,PRO_BORDER_WIDTH
29color,PRO_COLOR
30direction,PRO_DIRECTION
31display,PRO_DISPLAY
32font-family,PRO_FONT_FAMILY
33font-size,PRO_FONT_SIZE
34font-style,PRO_FONT_STYLE
35font-variant,PRO_FONT_VARIANT
36font-weight,PRO_FONT_WEIGHT
37height,PRO_HEIGHT
38letter-spacing,PRO_LETTER_SPACING
39line-height,PRO_LINE_HEIGHT
40list-style,PRO_LIST_STYLE
41list-style-image,PRO_LIST_STYLE_IMAGE
42list-style-position,PRO_LIST_STYLE_POSITION
43list-style-type,PRO_LIST_STYLE_TYPE
44margin,PRO_MARGIN
45margin-bottom,PRO_MARGIN_BOTTOM
46margin-left,PRO_MARGIN_LEFT
47margin-right,PRO_MARGIN_RIGHT
48margin-top,PRO_MARGIN_TOP
49orphans,PRO_ORPHANS
50padding,PRO_PADDING
51padding-bottom,PRO_PADDING_BOTTOM
52padding-left,PRO_PADDING_LEFT
53padding-right,PRO_PADDING_RIGHT
54padding-top,PRO_PADDING_TOP
55page-break-after,PRO_PAGE_BREAK_AFTER
56page-break-before,PRO_PAGE_BREAK_BEFORE
57quotes,PRO_QUOTES
58src,PRO_SRC
59text-align,PRO_TEXT_ALIGN
60text-indent,PRO_TEXT_INDENT
61text-transform,PRO_TEXT_TRANSFORM
62vertical-align,PRO_VERTICAL_ALIGN
63visibility,PRO_VISIBILITY
64white-space,PRO_WHITE_SPACE
65widows,PRO_WIDOWS
66width,PRO_WIDTH
67word-spacing,PRO_WORD_SPACING
68