summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-19 12:53:44 +0100
commit60f58af24d0ea8bc5c1aa6b3136674b67a3570a7 (patch)
tree0bbe87a2753abe72959ba107ca60d6b3befda718
parent16ffca8ea8f166e065e5699033563f1e2b8c45fd (diff)
downloadlibdom-60f58af24d0ea8bc5c1aa6b3136674b67a3570a7.tar.gz
libdom-60f58af24d0ea8bc5c1aa6b3136674b67a3570a7.tar.bz2
HTMLOptGroupElement: Prepare for implementation
-rw-r--r--Makefile1
-rw-r--r--include/dom/dom.h1
-rw-r--r--include/dom/html/html_opt_group_element.h (renamed from include/dom/html/html_optgroup_element.h)0
-rw-r--r--src/html/Makefile6
-rw-r--r--src/html/html_opt_group_element.c (renamed from src/html/html_optgroup_element.c)0
-rw-r--r--src/html/html_opt_group_element.h (renamed from src/html/html_optgroup_element.h)0
6 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8b64f4b..be9cc2d 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_form_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_button_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_input_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_text_area_element.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):$(Is)/html_opt_group_element.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /lib:$(OUTPUT)
diff --git a/include/dom/dom.h b/include/dom/dom.h
index bfe9378..7a17152 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -50,6 +50,7 @@
#include <dom/html/html_input_element.h>
#include <dom/html/html_button_element.h>
#include <dom/html/html_text_area_element.h>
+#include <dom/html/html_opt_group_element.h>
/* DOM Events header */
#include <dom/events/events.h>
diff --git a/include/dom/html/html_optgroup_element.h b/include/dom/html/html_opt_group_element.h
index 2e182d5..2e182d5 100644
--- a/include/dom/html/html_optgroup_element.h
+++ b/include/dom/html/html_opt_group_element.h
diff --git a/src/html/Makefile b/src/html/Makefile
index 9fdcea4..3001c59 100644
--- a/src/html/Makefile
+++ b/src/html/Makefile
@@ -5,10 +5,10 @@ DIR_SOURCES := \
html_link_element.c html_title_element.c html_meta_element.c \
html_base_element.c html_isindex_element.c html_style_element.c \
html_body_element.c html_form_element.c html_select_element.c \
- html_button_element.c html_input_element.c html_text_area_element.c
+ html_button_element.c html_input_element.c html_text_area_element.c \
+ html_opt_group_element.c
-UNINMPLEMENTED_SOURCES := html_optgroup_element.c \
- html_option_element.c \
+UNINMPLEMENTED_SOURCES := html_option_element.c \
html_label_element.c html_fieldset_element.c \
html_legend_element.c html_ulist_element.c html_olist_element.c \
html_dlist_element.c html_directory_element.c html_menu_element.c \
diff --git a/src/html/html_optgroup_element.c b/src/html/html_opt_group_element.c
index 2e182d5..2e182d5 100644
--- a/src/html/html_optgroup_element.c
+++ b/src/html/html_opt_group_element.c
diff --git a/src/html/html_optgroup_element.h b/src/html/html_opt_group_element.h
index 2e182d5..2e182d5 100644
--- a/src/html/html_optgroup_element.h
+++ b/src/html/html_opt_group_element.h