mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move InputCheckbox to Activatable
This commit is contained in:
parent
d1547e3a7c
commit
14a6e54371
2 changed files with 73 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue