summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 23:24:37 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 23:24:37 +0100
commit94a740c7c1881ef6bc883a68c42a34714ddf79b5 (patch)
treeea42eef62175668fa56916bdd817cd7a4cdebf06 /javascript/duktape/netsurf.bnd
parentd57dec24548d7d8b58c54d0647b6d1339a09cb88 (diff)
downloadnetsurf-94a740c7c1881ef6bc883a68c42a34714ddf79b5.tar.gz
netsurf-94a740c7c1881ef6bc883a68c42a34714ddf79b5.tar.bz2
split out html marquee element support
libdom does not support this element at all so there are currently no automatic implementations defined.
Diffstat (limited to 'javascript/duktape/netsurf.bnd')
-rw-r--r--javascript/duktape/netsurf.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index 2ecacf549..bc57be683 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -87,10 +87,10 @@ struct dom_html_br_element;
#include "HTMLLIElement.bnd"
#include "HTMLLinkElement.bnd"
#include "HTMLMapElement.bnd"
+#include "HTMLMarqueeElement.bnd"
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);
init HTMLCanvasElement(struct dom_html_element *html_canvas_element::html_element);
init HTMLTemplateElement(struct dom_html_element *html_template_element::html_element);
init HTMLScriptElement(struct dom_html_element *html_script_element::html_element);