summaryrefslogtreecommitdiff
path: root/src/core/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/element.h')
-rw-r--r--src/core/element.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/element.h b/src/core/element.h
index 34f4167..1cdad71 100644
--- a/src/core/element.h
+++ b/src/core/element.h
@@ -36,6 +36,9 @@ struct dom_element {
dom_string *id_name; /**< The id attribute's name */
struct dom_type_info *schema_type_info; /**< Type information */
+
+ lwc_string **classes;
+ uint32_t n_classes;
};
dom_exception _dom_element_create(struct dom_document *doc,