Re: [whatwg] Additional details for invoking requestAutocomplete

2014-04-24 Thread Evan Stade
Also, in response to something Ian wrote on another thread: Why would this only apply to requestAutocomplete()? Surely it would be just as important for the case where the user agent is filling in a form without using that API. That is true, but I don't know of a better way to convey this

Re: [whatwg] Proposal: HTMLFormElement#requestAutocomplete() should return a Promise

2014-04-24 Thread Dan Beam
On Wed, Apr 16, 2014 at 6:59 PM, Domenic Denicola dome...@domenicdenicola.com wrote: From: db...@google.com [mailto:db...@google.com] On Behalf Of Dan Beam So just pass no argument at all (i.e. arguments.length == 0)? I was under the impression some type of value should always be returned

Re: [whatwg] Proposal: HTMLFormElement#requestAutocomplete() should return a Promise

2014-04-24 Thread Boris Zbarsky
On 4/25/14, 12:06 AM, Dan Beam wrote: interface AutocompleteError : DOMException { DOMException isn't an interface as currently proposed. In general, please check with public-script-coord before minting new exception types; there's been a lot of discussion on that issue recently. -Boris