mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
Implement support for 'disabled' property in HTMLButtonElement
This commit is contained in:
parent
10a20e69fd
commit
2017ffce37
3 changed files with 97 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
// http://www.whatwg.org/html/#htmlbuttonelement
|
||||
interface HTMLButtonElement : HTMLElement {
|
||||
// attribute boolean autofocus;
|
||||
// attribute boolean disabled;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString formAction;
|
||||
// attribute DOMString formEnctype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue