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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 02:21:45 PST 2010


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73591|review?                     |review-
               Flag|                            |




--- Comment #17 from Kent Tamura <tkent at chromium.org>  2010-11-11 02:21:45 PST ---
(From update of attachment 73591)
View in context: https://bugs.webkit.org/attachment.cgi?id=73591&action=review

> WebCore/html/HTMLInputElement.idl:31
> +        attribute [Reflect, URL] DOMString formAction;
> +        attribute [ConvertNullToNullString] DOMString formEnctype;
> +        attribute [Reflect] DOMString formMethod;
>          attribute [Reflect] boolean formNoValidate;
> +        attribute [Reflect] DOMString formTarget;

We need a similar change for HTMLButtonElement.idl.
Also, we need tests for accessing them by JavaScript properties. e.g. input.formAction reflects formaction= HTML attribute correctly?

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