diff options
Diffstat (limited to 'WebCore/html/HTMLButtonElement.idl')
-rw-r--r-- | WebCore/html/HTMLButtonElement.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLButtonElement.idl b/WebCore/html/HTMLButtonElement.idl index be39119..028e92b 100644 --- a/WebCore/html/HTMLButtonElement.idl +++ b/WebCore/html/HTMLButtonElement.idl @@ -28,11 +28,11 @@ module html { readonly attribute HTMLFormElement form; attribute [ConvertNullToNullString] DOMString accessKey; attribute boolean disabled; + attribute boolean autofocus; attribute [ConvertNullToNullString] DOMString name; - attribute long tabIndex; readonly attribute DOMString type; attribute [ConvertNullToNullString] DOMString value; - + readonly attribute boolean willValidate; void click(); }; |