Bug 80105
Summary: | [Forms] HTMLFieldSetElement.idl doesn't have disabled attribute. | ||
---|---|---|---|
Product: | WebKit | Reporter: | yosin |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jsfiddle.net/2yYDD/ |
yosin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
*** This bug has been marked as a duplicate of bug 58837 ***