From 066df9802ad04d415b5ce972268092aa73dc6613 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Feb 2013 17:13:23 +0000 Subject: deal with inline styles on updates instead of insert --- render/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index a9f7967f6..810a9f268 100644 --- a/render/html.h +++ b/render/html.h @@ -57,6 +57,7 @@ struct search_context; struct html_stylesheet { /** Type of sheet */ enum { HTML_STYLESHEET_EXTERNAL, HTML_STYLESHEET_INTERNAL } type; + struct dom_node *node; /**< dom node associated with sheet */ union { struct hlcache_handle *external; struct content_css_data *internal; -- cgit v1.2.3