- From: Nick Williams <notifications@github.com>
- Date: Tue, 14 Feb 2023 07:10:43 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 February 2023 15:10:56 UTC
and if i'm reading right, it would also not cover the case where your button is outside of the form, and associated via the `form` attribute. e.g. ```html <form id="form"> <input type="text"> <input type="text"> </form> <button form="form">Submit</button> ``` authors should not be required to re-implement browser's often complex submit behaviour imo. if you are able to designate a FACE as a button, it should just work as a drop-in replacement without any effort from authors (as much as is possible) -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/814#issuecomment-1429901740 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/814/1429901740@github.com>
Received on Tuesday, 14 February 2023 15:10:56 UTC