From: RBRi <rb...@us...> - 2020-03-02 11:57:43
|
Sorry Anton for being that late on this. This should be now fixed. See https://github.com/HtmlUnit/htmlunit/issues/132 And many thanks for the patch. --- ** [bugs:#1937] 'Form' attribute is not supported for input element** **Status:** open **Group:** 2.28 **Created:** Wed Dec 20, 2017 12:40 PM UTC by Anton **Last Updated:** Thu Feb 15, 2018 09:20 AM UTC **Owner:** nobody **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. |