Implement support for 'disabled' property in HTMLFieldSetElement

This commit is contained in:
Bruno de Oliveira Abinader 2014-06-27 16:16:31 -04:00
parent 2017ffce37
commit c257a2e8ad
3 changed files with 96 additions and 3 deletions

View file

@ -5,7 +5,7 @@
// http://www.whatwg.org/html/#htmlfieldsetelement
interface HTMLFieldSetElement : HTMLElement {
// attribute boolean disabled;
attribute boolean disabled;
//readonly attribute HTMLFormElement? form;
// attribute DOMString name;