Bug 80105 - [Forms] HTMLFieldSetElement.idl doesn't have disabled attribute.
Summary: [Forms] HTMLFieldSetElement.idl doesn't have disabled attribute.
Status: RESOLVED DUPLICATE of bug 58837
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/2yYDD/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 23:38 PST by yosin
Modified: 2012-03-02 00:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yosin 2012-03-01 23:38:38 PST
See http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element

Adding "disabled" attribute to IDL is easy, because class HTMLFieldSetElement has disabled method inherited from HTMLFormControlElement. Although, disabling form controls requires some work.
Comment 1 Kent Tamura 2012-03-02 00:01:20 PST

*** This bug has been marked as a duplicate of bug 58837 ***