summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 09:21:26 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 09:21:26 +0100
commit02fb81009ea365f98ac6861a109a809a1bffc42a (patch)
tree2a6e2024b37b4ab71252832473ed74124cbc7f06 /Docs
parentb516854d0a3e8d658c65d18176f8b44f9af8c48e (diff)
downloadnetsurf-02fb81009ea365f98ac6861a109a809a1bffc42a.tar.gz
netsurf-02fb81009ea365f98ac6861a109a809a1bffc42a.tar.bz2
add automaticaly generated property setter and getters to HTMLParamhElement
Diffstat (limited to 'Docs')
-rw-r--r--Docs/UnimplementedJavascript.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Docs/UnimplementedJavascript.txt b/Docs/UnimplementedJavascript.txt
index fb8b5f451..b59664583 100644
--- a/Docs/UnimplementedJavascript.txt
+++ b/Docs/UnimplementedJavascript.txt
@@ -1219,14 +1219,6 @@ getter HTMLOutputElement::validity(user);\n
getter HTMLOutputElement::value(string);\n
setter HTMLOutputElement::value(string);\n
getter HTMLOutputElement::willValidate(boolean);\n
-getter HTMLParamElement::name(string);\n
-setter HTMLParamElement::name(string);\n
-getter HTMLParamElement::type(string);\n
-setter HTMLParamElement::type(string);\n
-getter HTMLParamElement::value(string);\n
-setter HTMLParamElement::value(string);\n
-getter HTMLParamElement::valueType(string);\n
-setter HTMLParamElement::valueType(string);\n
getter HTMLPreElement::width(long);\n
setter HTMLPreElement::width(long);\n
getter HTMLProgressElement::labels(user);\n