mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implements DefaultChecked and resets of checkboxes
This commit is contained in:
parent
a5c0bb708d
commit
38e4d86b14
2 changed files with 11 additions and 7 deletions
|
@ -9,7 +9,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
// attribute DOMString alt;
|
||||
// attribute DOMString autocomplete;
|
||||
// attribute boolean autofocus;
|
||||
// attribute boolean defaultChecked;
|
||||
attribute boolean defaultChecked;
|
||||
attribute boolean checked;
|
||||
// attribute DOMString dirName;
|
||||
attribute boolean disabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue