[Webkit-unassigned] [Bug 38688] Support control attribute of HTMLLabelElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 10:18:58 PDT 2010


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





--- Comment #17 from Yael <yael.aharon at nokia.com>  2010-05-11 10:18:56 PST ---
(In reply to comment #16)
> (From update of attachment 55650 [details])
> > -HTMLElement* HTMLLabelElement::correspondingControl()
> > +HTMLElement* HTMLLabelElement::control()
> 
> Why isn't the return type of this HTMLFormControlElement*? There are a lot of places in this patch that use HTMLElement* but instead should use HTMLFormControlElement.
I was going to do that for correspondingControl(), but since control() is defined by the HTML5 spec to be of type HTMLElement, I thought that I cannot do that.

-- 
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