Bug 80092 - [Forms] Make order of attribute/method in HTMLFieldSetElement.idl as same as specification
Summary: [Forms] Make order of attribute/method in HTMLFieldSetElement.idl as same as ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-01 21:37 PST by yosin
Modified: 2012-03-02 03:33 PST (History)
5 users (show)

See Also:


Attachments
Patch 1 (1.56 KB, patch)
2012-03-01 21:43 PST, yosin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yosin 2012-03-01 21:37:17 PST
For ease of maintainability, attributes and methods declaration order should be as same as specification.
See http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element

Similar work was done for input element:
https://bugs.webkit.org/show_bug.cgi?id=79622
Comment 1 yosin 2012-03-01 21:43:44 PST
Created attachment 129807 [details]
Patch 1
Comment 2 Kentaro Hara 2012-03-01 22:09:20 PST
Maybe you can fix several IDL files in one patch at a breath (if you want).
Comment 3 WebKit Review Bot 2012-03-02 03:33:19 PST
Comment on attachment 129807 [details]
Patch 1

Clearing flags on attachment: 129807

Committed r109547: <http://trac.webkit.org/changeset/109547>
Comment 4 WebKit Review Bot 2012-03-02 03:33:25 PST
All reviewed patches have been landed.  Closing bug.