aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-17 16:48:27 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-17 16:48:27 +0100
commit679090b3c7776ee024edce97800c51bd3e59ead2 (patch)
tree40167319d7a5bc1e46b321613cf1b0ec56940ec2 /src/cssparser.hh
parent650710395c696eb51fc46a6a7cf4c040db77b2ce (diff)
implement parsing of CSS data from style attribute
E.g. <body style="background-color: red; font-family: arial; font-size: 30mm"> Hello World </body>
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index 6a905625..533ad1c6 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -58,6 +58,8 @@ void a_Css_parse (CssContext *context,
int order_count,
CssOrigin origin);
+CssPropertyList *a_Css_parse_declaration(const char *buf, int buflen);
+
extern const CssPropertyInfo Css_property_info[CssProperty::CSS_PROPERTY_LAST];
#endif // __CSS_H__