Implement support for 'disabled' property in HTMLButtonElement

This commit is contained in:
Bruno de Oliveira Abinader 2014-06-27 16:13:55 -04:00
parent 10a20e69fd
commit 2017ffce37
3 changed files with 97 additions and 8 deletions

View file

@ -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;