summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLTableSectionElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 15:39:45 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 15:39:45 +0100
commitc7ca9ae8198c9b42ebf8d13491f14e63d692e147 (patch)
treed551776a1d8da1be3fd67f167353e54526fdc8a5 /javascript/duktape/HTMLTableSectionElement.bnd
parentf624e9f27269a5ecd37f3ed49e45e37b95894420 (diff)
downloadnetsurf-c7ca9ae8198c9b42ebf8d13491f14e63d692e147.tar.gz
netsurf-c7ca9ae8198c9b42ebf8d13491f14e63d692e147.tar.bz2
add automaticaly generated property setter and getters to HTMLTableSectionElement
Diffstat (limited to 'javascript/duktape/HTMLTableSectionElement.bnd')
-rw-r--r--javascript/duktape/HTMLTableSectionElement.bnd23
1 files changed, 23 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLTableSectionElement.bnd b/javascript/duktape/HTMLTableSectionElement.bnd
new file mode 100644
index 000000000..276533b3b
--- /dev/null
+++ b/javascript/duktape/HTMLTableSectionElement.bnd
@@ -0,0 +1,23 @@
+/* HTML table section 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 HTMLTableSectionElement(struct dom_html_element *html_table_section_element::html_element);
+
+getter HTMLTableSectionElement::align();
+setter HTMLTableSectionElement::align();
+
+getter HTMLTableSectionElement::chOff();
+setter HTMLTableSectionElement::chOff();
+
+getter HTMLTableSectionElement::ch();
+setter HTMLTableSectionElement::ch();
+
+getter HTMLTableSectionElement::vAlign();
+setter HTMLTableSectionElement::vAlign();