summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-08 16:20:18 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-08 16:20:18 +0100
commitb9a23939b29d5973a04a9172248a98be4b6a8ef1 (patch)
treed7c8511faa7b4d9afa43fd3c683e6739a4305c74 /javascript/duktape/netsurf.bnd
parent6fd2c320f23e267416438de9425be777c81bec5f (diff)
downloadnetsurf-b9a23939b29d5973a04a9172248a98be4b6a8ef1.tar.gz
netsurf-b9a23939b29d5973a04a9172248a98be4b6a8ef1.tar.bz2
Add some HTML Element specialisations for HR and BR
These specialisations make use of the new nsgenbind feature of generated property accessors.
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 255c782ae..c41faa45e 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -62,6 +62,7 @@ struct dom_html_br_element;
#include "Location.bnd"
#include "Navigator.bnd"
#include "HTMLBRElement.bnd"
+#include "HTMLHRElement.bnd"
/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
@@ -122,7 +123,6 @@ init HTMLUListElement(struct dom_html_element *html_u_list_element::html_element
init HTMLOListElement(struct dom_html_element *html_o_list_element::html_element);
init HTMLQuoteElement(struct dom_html_element *html_quote_element::html_element);
init HTMLPreElement(struct dom_html_element *html_pre_element::html_element);
-init HTMLHRElement(struct dom_html_element *html_hr_element::html_element);
init HTMLParagraphElement(struct dom_html_element *html_paragraph_element::html_element);
init HTMLHeadingElement(struct dom_html_element *html_heading_element::html_element);
init HTMLBodyElement(struct dom_html_element *html_body_element::html_element);