From: RBRi <rb...@us...> - 2020-03-02 11:58:00
|
- **status**: open --> closed - **assigned_to**: RBRi --- ** [bugs:#1937] 'Form' attribute is not supported for input element** **Status:** closed **Group:** 2.28 **Created:** Wed Dec 20, 2017 12:40 PM UTC by Anton **Last Updated:** Mon Mar 02, 2020 11:57 AM UTC **Owner:** RBRi **Attachments:** - [form-attribute.patch](https://sourceforge.net/p/htmlunit/bugs/1937/attachment/form-attribute.patch) (9.2 kB; application/octet-stream) > Attribute specifies the form element the <input> element belongs to. The value of this attribute must be the id attribute of a <form> element in the same document. So with 'form' attribute it is should possible: - to have input element outside the form. (Should be submitted with form) - to have input element inside the from(1) which belongs to another form(2) (Should not be submitted with form (1)) More info - [Association of controls and forms](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form) Please find tests and fix in attachment --- Sent from sourceforge.net because htm...@li... is subscribed to https://sourceforge.net/p/htmlunit/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/htmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |