diff options
Diffstat (limited to 'WebCore/html/HTMLFormControlElement.h')
-rw-r--r-- | WebCore/html/HTMLFormControlElement.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/WebCore/html/HTMLFormControlElement.h b/WebCore/html/HTMLFormControlElement.h index 87f6376..02ea4e7 100644 --- a/WebCore/html/HTMLFormControlElement.h +++ b/WebCore/html/HTMLFormControlElement.h @@ -44,7 +44,6 @@ public: ValidityState* validity(); bool formNoValidate() const; - void setFormNoValidate(bool); virtual void reset() { } @@ -59,14 +58,10 @@ public: virtual bool isFocusable() const; virtual bool isEnumeratable() const { return false; } - void setReadOnly(bool); - - // Determines whether or not a control will be automatically focused + // Determines whether or not a control will be automatically focused. virtual bool autofocus() const; - void setAutofocus(bool); bool required() const; - void setRequired(bool); const AtomicString& type() const { return formControlType(); } const AtomicString& name() const { return formControlName(); } |