mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Implements FormControl for HTMLTextAreaElement
This commit is contained in:
@@ -16,7 +16,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
// attribute long minLength;
|
||||
attribute DOMString name;
|
||||
attribute DOMString placeholder;
|
||||
// attribute boolean readOnly;
|
||||
attribute boolean readOnly;
|
||||
attribute boolean required;
|
||||
attribute unsigned long rows;
|
||||
attribute DOMString wrap;
|
||||
|
||||
Reference in New Issue
Block a user