mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implements FormControl for HTMLTextAreaElement
This commit is contained in:
parent
a3b3295d80
commit
7e0c39a82d
4 changed files with 62 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue