summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLTableCaptionElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 14:22:56 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 14:22:56 +0100
commit47fb74ee8805c68c8849e57014e6094eb55b527d (patch)
tree44c01aa432b47e1ee4a2a0a8ee8ada6c29dadb61 /javascript/duktape/HTMLTableCaptionElement.bnd
parent3bcc9922ee240b288205d475e6e6a2f6bc6ec718 (diff)
downloadnetsurf-47fb74ee8805c68c8849e57014e6094eb55b527d.tar.gz
netsurf-47fb74ee8805c68c8849e57014e6094eb55b527d.tar.bz2
add automaticaly generated property setter and getters to HTMLTableCaptionElement
Diffstat (limited to 'javascript/duktape/HTMLTableCaptionElement.bnd')
-rw-r--r--javascript/duktape/HTMLTableCaptionElement.bnd14
1 files changed, 14 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLTableCaptionElement.bnd b/javascript/duktape/HTMLTableCaptionElement.bnd
new file mode 100644
index 000000000..75754ccac
--- /dev/null
+++ b/javascript/duktape/HTMLTableCaptionElement.bnd
@@ -0,0 +1,14 @@
+/* HTML table caption 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 HTMLTableCaptionElement(struct dom_html_element *html_table_caption_element::html_element);
+
+getter HTMLTableCaptionElement::align();
+setter HTMLTableCaptionElement::align();