Implement form control mutability, rename FormOwner -> FormControl

This commit is contained in:
Manish Goregaokar 2014-11-15 11:18:10 +05:30
parent 2c2d741b1f
commit 7d51a543d8
3 changed files with 19 additions and 4 deletions

View file

@ -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;