mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
FormData takes two optional parameters: a form and a submitter. Building the FormData from these is a first step in supporting form submission. Basic extension of the HTMLForm element. There was more work done on the Select web api, because the netsurf implementation isn't great. But all of the input elements will need to have their web api extended.