[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:38:11 PST 2010


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





--- Comment #12 from Kent Tamura <tkent at chromium.org>  2010-11-11 01:38:11 PST ---
(In reply to comment #10)
> (From update of attachment 73579 [details])
> 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)

[Reflect] for DOMString implies ConvertNullToNullString.

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