summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLMarqueeElement.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/HTMLMarqueeElement.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/HTMLMarqueeElement.bnd')
-rw-r--r--javascript/duktape/HTMLMarqueeElement.bnd11
1 files changed, 11 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLMarqueeElement.bnd b/javascript/duktape/HTMLMarqueeElement.bnd
new file mode 100644
index 000000000..16fbdc82c
--- /dev/null
+++ b/javascript/duktape/HTMLMarqueeElement.bnd
@@ -0,0 +1,11 @@
+/* HTML marquee element binding using duktape and libdom
+ *
+ * Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * Released under the terms of the MIT License,
+ * http://www.opensource.org/licenses/mit-license
+ */
+
+init HTMLMarqueeElement(struct dom_html_element *html_marquee_element::html_element);