mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement form control mutability, rename FormOwner -> FormControl
This commit is contained in:
parent
2c2d741b1f
commit
7d51a543d8
3 changed files with 19 additions and 4 deletions
|
@ -32,7 +32,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
attribute DOMString name;
|
||||
// attribute DOMString pattern;
|
||||
// attribute DOMString placeholder;
|
||||
// attribute boolean readOnly;
|
||||
attribute boolean readOnly;
|
||||
// attribute boolean required;
|
||||
attribute unsigned long size;
|
||||
// attribute DOMString src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue