- From: Ryosuke Niwa <rniwa@apple.com>
- Date: Fri, 21 Feb 2014 13:06:39 -0800
- To: Edward O'Connor <eoconnor@apple.com>, Jonas Sicking <jonas@sicking.cc>
- Cc: public-webapps <public-webapps@w3.org>
On Feb 20, 2014, at 2:51 PM, Edward O'Connor <eoconnor@apple.com> wrote: >> We could even make the built-in form controls like <input> and >> <select> have a .formData() function which returns data in whatever >> format we decide is the right one. > > Right. toFormData() or the like, parallel to toJSON(). Do we really want a getter on element here? Isn’t it better to model it as elements listening to “submit” event on the associated form element and calling addParticipate in the event listener? - R. Niwa
Received on Friday, 21 February 2014 21:06:53 UTC