summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-08 10:56:53 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-08-08 10:56:53 +0100
commit12a34ebfb1791c1ca7f09f24a0e56be4530fdfc6 (patch)
tree49788e878d5ce1aa92bf69c1a095c48d02a6195b /include/dom/dom.h
parent844e305de0205916db16dd95e74aee28ff8e5326 (diff)
downloadlibdom-12a34ebfb1791c1ca7f09f24a0e56be4530fdfc6.tar.gz
libdom-12a34ebfb1791c1ca7f09f24a0e56be4530fdfc6.tar.bz2
Mostly implement HTMLOptionElement, HTMLSelectElement.
Enable HTMLOptionElement tests that pass.
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index b68085a..f9d8817 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -52,6 +52,8 @@
#include <dom/html/html_button_element.h>
#include <dom/html/html_text_area_element.h>
#include <dom/html/html_opt_group_element.h>
+#include <dom/html/html_option_element.h>
+#include <dom/html/html_select_element.h>
/* DOM Events header */
#include <dom/events/events.h>