summaryrefslogtreecommitdiff
path: root/javascript/jsapi/htmldocument.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-01-23 14:11:41 +0000
committerVincent Sanders <vince@kyllikki.org>2013-01-23 15:51:45 +0000
commitfab7b04de689fdbb03e4cf604b1524a80bb4a174 (patch)
tree6d573a84e007a023b1cbc85ed9ab8d6e2888b722 /javascript/jsapi/htmldocument.bnd
parent31f7af700f64070bb5826fd86f6d2af19589669d (diff)
downloadnetsurf-fab7b04de689fdbb03e4cf604b1524a80bb4a174.tar.gz
netsurf-fab7b04de689fdbb03e4cf604b1524a80bb4a174.tar.bz2
implement Element::getElementsByTagName
Diffstat (limited to 'javascript/jsapi/htmldocument.bnd')
-rw-r--r--javascript/jsapi/htmldocument.bnd1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/jsapi/htmldocument.bnd b/javascript/jsapi/htmldocument.bnd
index c948e2dbb..ec7a18039 100644
--- a/javascript/jsapi/htmldocument.bnd
+++ b/javascript/jsapi/htmldocument.bnd
@@ -219,6 +219,7 @@ operation getElementById %{
* Dom 4 says this should return a htmlcollection, libdom currently
* returns DOM 3 spec of a nodelist
*/
+/* HTMLCollection Document::getElementsByTagName(DOMString localName); */
operation getElementsByTagName %{
dom_string *localName_dom;
/* dom_html_collection *collection;*/