Move InputCheckbox to Activatable

This commit is contained in:
Manish Goregaokar 2014-11-24 06:41:54 +05:30
parent d1547e3a7c
commit 14a6e54371
2 changed files with 73 additions and 6 deletions

View file

@ -21,7 +21,7 @@ interface HTMLInputElement : HTMLElement {
// attribute boolean formNoValidate;
attribute DOMString formTarget;
// attribute unsigned long height;
// attribute boolean indeterminate;
attribute boolean indeterminate;
// attribute DOMString inputMode;
//readonly attribute HTMLElement? list;
// attribute DOMString max;