mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement form control mutability, rename FormOwner -> FormControl
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user