summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 21:26:23 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 21:26:23 +0100
commit71849b0c04919c51a5907deefb8e71aa154fb12c (patch)
tree955cdeccdc09af46cff2d51cd779fd261b4ec4ad /javascript/duktape/netsurf.bnd
parent444721354ee84639bbbd7c864ea256840dc4518a (diff)
downloadnetsurf-71849b0c04919c51a5907deefb8e71aa154fb12c.tar.gz
netsurf-71849b0c04919c51a5907deefb8e71aa154fb12c.tar.bz2
add automaticaly generated property setter and getters to HTMLLegendElement
Diffstat (limited to 'javascript/duktape/netsurf.bnd')
-rw-r--r--javascript/duktape/netsurf.bnd7
1 files changed, 4 insertions, 3 deletions
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index 0e467ee0d..1d24ac5e0 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -62,6 +62,9 @@ struct dom_html_br_element;
#include "Location.bnd"
#include "Navigator.bnd"
+#include "HTMLElement.bnd"
+
+/* specialisations of html_element */
#include "HTMLAnchorElement.bnd"
#include "HTMLAppletElement.bnd"
#include "HTMLAreaElement.bnd"
@@ -69,7 +72,6 @@ struct dom_html_br_element;
#include "HTMLBodyElement.bnd"
#include "HTMLButtonElement.bnd"
#include "HTMLBRElement.bnd"
-#include "HTMLElement.bnd"
#include "HTMLFontElement.bnd"
#include "HTMLFormElement.bnd"
#include "HTMLFrameElement.bnd"
@@ -81,8 +83,8 @@ struct dom_html_br_element;
#include "HTMLImageElement.bnd"
#include "HTMLInputElement.bnd"
#include "HTMLLabelElement.bnd"
+#include "HTMLLegendElement.bnd"
-/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
init HTMLMarqueeElement(struct dom_html_element *html_marquee_element::html_element);
@@ -93,7 +95,6 @@ init HTMLDialogElement(struct dom_html_element *html_dialog_element::html_elemen
init HTMLMenuItemElement(struct dom_html_element *html_menu_item_element::html_element);
init HTMLMenuElement(struct dom_html_element *html_menu_element::html_element);
init HTMLDetailsElement(struct dom_html_element *html_details_element::html_element);
-init HTMLLegendElement(struct dom_html_element *html_legend_element::html_element);
init HTMLFieldSetElement(struct dom_html_element *html_field_set_element::html_element);
init HTMLMeterElement(struct dom_html_element *html_meter_element::html_element);
init HTMLProgressElement(struct dom_html_element *html_progress_element::html_element);