diff options
Diffstat (limited to 'WebCore/html/HTMLTextAreaElement.idl')
-rw-r--r-- | WebCore/html/HTMLTextAreaElement.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/html/HTMLTextAreaElement.idl b/WebCore/html/HTMLTextAreaElement.idl index 4229450..0f0c9fc 100644 --- a/WebCore/html/HTMLTextAreaElement.idl +++ b/WebCore/html/HTMLTextAreaElement.idl @@ -26,13 +26,13 @@ module html { readonly attribute ValidityState validity; attribute [Reflect] DOMString accessKey; attribute long cols; - attribute boolean disabled; - attribute boolean autofocus; + attribute [Reflect] boolean disabled; + attribute [Reflect] boolean autofocus; attribute long maxLength setter raises(DOMException); attribute [ConvertNullToNullString] DOMString name; attribute [Reflect] DOMString placeholder; - attribute boolean readOnly; - attribute boolean required; + attribute [Reflect] boolean readOnly; + attribute [Reflect] boolean required; attribute long rows; readonly attribute DOMString type; attribute [ConvertNullToNullString] DOMString value; |