[Webkit-unassigned] [Bug 80110] [Forms] HTMLFieldSetElement.idl doesn't have elements attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 05:53:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80110


Rakesh <rakesh.kn at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakesh.kn at motorola.com




--- Comment #1 from Rakesh <rakesh.kn at motorola.com>  2012-03-21 05:53:51 PST ---
I am planning to take up this implementation. Few thoughts:

Presently HTMLFormCollection is tightly coupled with HTMLFormElement. So first step would be to decouple these.

Can we have a class like FormControlsContainer and make both HTMLFormElement and HTMLFieldSetElement derive from it?
We can have separate implementations for eg. of length() for Form and FieldSet.

As HTMLFieldSetElement is set of form controls, can we have list of elements by  traversing all the children and checking if each element is a form control? AFAIK each form control is associated with its form element if any. Is there any mechanism to associate a form control with FieldSet?

Please do let me know if you have suggestions/better approach.

Thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list