[Webkit-unassigned] [Bug 49240] Implement formaction, formenctype, formmethod and formtarget attributes for the input tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 01:16:58 PST 2010


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





--- Comment #10 from Dai Mikurube <dmikurube at google.com>  2010-11-11 01:16:58 PST ---
(From update of attachment 73579)
View in context: https://bugs.webkit.org/attachment.cgi?id=73579&action=review

>> WebCore/html/HTMLFormControlElement.cpp:87
>> +String HTMLFormControlElement::formEnctype() const
> 
> Why didn't you remove formEnctype() and setFormEnctype()?

They are required since formenctype is [ConvertNullToNullString]. It followed the enctype attribute in form tags. (See HTMLFormElement.idl)

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