summaryrefslogtreecommitdiff
path: root/src/html/html_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_element.h')
-rw-r--r--src/html/html_element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html/html_element.h b/src/html/html_element.h
index 2d42abc..7d86727 100644
--- a/src/html/html_element.h
+++ b/src/html/html_element.h
@@ -22,9 +22,11 @@ struct dom_html_document;
struct dom_html_element {
struct dom_element base;
/**< The base class */
+ dom_html_element_type type;
};
struct dom_html_element_create_params {
+ dom_html_element_type type;
struct dom_html_document *doc;
dom_string *name;
dom_string *namespace;