netsurf/javascript/duktape/HTMLMarqueeElement.bnd
Vincent Sanders 94a740c7c1 split out html marquee element support
libdom does not support this element at all so there are currently no
automatic implementations defined.
2015-10-13 23:24:37 +01:00

12 lines
390 B
Plaintext

/* 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);