- From: Ian J. Wessman <w3@iria.net>
- Date: Thu, 16 Aug 2007 15:43:52 -0700
- To: Garrett Smith <dhtmlkitchen@gmail.com>
- Cc: public-html <public-html@w3.org>
Received on Friday, 17 August 2007 16:59:11 UTC
On Aug 16, 2007, at 3:29 PM, Garrett Smith wrote: > interface HTMLFormElement { > String getDataSetString > String toJSONString > }; Comment not on the idea behind the proposal but rather the nomenclature – getDataSetString implies something generic. A GET action serializes that data as RFC1738-encoded ASCII, while a POST whose enctype is "multipart/form-data" gets all of ISO10646 to play with. At the very least, getEncodedDataSetString and getDataSetString (implicitly un-encoded) might do the trick. -Ian J. Wessman
Received on Friday, 17 August 2007 16:59:11 UTC