summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-10-29 14:13:49 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-10-29 14:13:49 +0000
commitd795f1ca2dbc8c13acfd613f5c6af1d09cecec12 (patch)
tree278627726b9695b28bee7184ff78fc7c7bed876f /Docs
parent6098646e727533f7e7a7c062822e51a59c34161e (diff)
downloadnetsurf-d795f1ca2dbc8c13acfd613f5c6af1d09cecec12.tar.gz
netsurf-d795f1ca2dbc8c13acfd613f5c6af1d09cecec12.tar.bz2
Add support for Element::setAttribute method.
This fixes test/js/dom-html-div-element.html test case.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/UnimplementedJavascript.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Docs/UnimplementedJavascript.txt b/Docs/UnimplementedJavascript.txt
index 82b0b1628..ccc924726 100644
--- a/Docs/UnimplementedJavascript.txt
+++ b/Docs/UnimplementedJavascript.txt
@@ -484,7 +484,6 @@ method Element::removeAttribute();\n
method Element::removeAttributeNode();\n
method Element::removeAttributeNS();\n
method Element::replaceWith();\n
-method Element::setAttribute();\n
method Element::setAttributeNode();\n
method Element::setAttributeNodeNS();\n
method Element::setAttributeNS();\n