mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Implements DefaultChecked and resets of checkboxes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user