aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 794e63d2..3dcf63b5 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -20,9 +20,10 @@ class StyleEngine;
class StyleEngine {
private:
struct Node {
+ CssPropertyList *styleAttrProperties;
+ CssPropertyList *nonCssProperties;
dw::core::style::Style *style;
dw::core::style::Style *wordStyle;
- const char *styleAttribute;
bool inheritBackgroundColor;
};
@@ -62,6 +63,7 @@ class StyleEngine {
void setPseudoLink ();
void setPseudoVisited ();
void setNonCssHints (CssPropertyList *nonCssHints);
+ void setNonCssHint(CssPropertyName name, CssPropertyValue value);
void inheritBackgroundColor (); /* \todo get rid of this somehow */
dw::core::style::Style *backgroundStyle ();