summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLButtonElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLButtonElement.idl')
-rw-r--r--WebCore/html/HTMLButtonElement.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/html/HTMLButtonElement.idl b/WebCore/html/HTMLButtonElement.idl
index 279e858..2fbba41 100644
--- a/WebCore/html/HTMLButtonElement.idl
+++ b/WebCore/html/HTMLButtonElement.idl
@@ -23,7 +23,11 @@ module html {
interface HTMLButtonElement : HTMLElement {
readonly attribute HTMLFormElement form;
+ attribute [Reflect, URL] DOMString formAction;
+ attribute [Reflect] DOMString formEnctype;
+ attribute [Reflect] DOMString formMethod;
attribute [Reflect] boolean formNoValidate;
+ attribute [Reflect] DOMString formTarget;
readonly attribute ValidityState validity;
attribute [Reflect] DOMString accessKey;