Re: [whatwg] Missing HTMLSelectElement.autocomplete

2014-06-04 Thread Dan Beam
reports, though. On Wed, 4 Jun 2014, Dan Beam wrote: It'd be nice to avoid more attribute accessors (and encourage authors to use getAttribute() instead), but if input and textarea have them we should probably be consistent. Can you elaborate on the cost of attribute accessors? Namespace

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-15 Thread Dan Beam
On Mon, Apr 14, 2014 at 9:44 PM, Domenic Denicola dome...@domenicdenicola.com wrote: From: whatwg-boun...@lists.whatwg.org [mailto: whatwg-boun...@lists.whatwg.org] On Behalf Of Dan Beam I propose requestAutocomplete()[1] should return a Promise. This has been requested since the creation

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

2014-04-14 Thread Dan Beam
* and {reason: matching AutocompleteErrorEvent#reason} would be passed on rejection. There should be little compatibility risk as requestAutocomplete() currently returns undefined. Thoughts? Concerns? Questions? -- Dan Beam db...@chromium.org * until I think of something useful for the success

[whatwg] Supporting more address levels in autocomplete

2014-02-21 Thread Dan Beam
-localityā€¯, we feel this is a more descriptive and general way to tackle additional administrative levels without making false implications about the semantics of the value that is returned. Questions, concerns, or feedback? -- Dan Beam db...@chromium.org Evan Stade est...@chromium.org [1] http

Re: [whatwg] asynchronous JSON.parse

2013-03-07 Thread Dan Beam
are for? http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#transferable-objects -- Dan Beam db...@chromium.org I have put together a small test here - warning, this may kill your browser: http://yoric.github.com/Bugzilla-832664/ While there are considerable

Re: [whatwg] Autocomplete and autofill features and feedback thereon

2012-11-21 Thread Dan Beam
that do support bank account numbers use separate fields for these vs. credit card number inputs. Labeling both fields identically would leave the browser unable to distinguish which field to fill with what info. On Wed, 31 Oct 2012, Dan Beam wrote: The experimental implementation [1] has

Re: [whatwg] Improving autocomplete

2012-10-31 Thread Dan Beam
. The experimental implementation [1] has been updated to dispatch an autocompleteerror as per convention/your feedback. Dan Beam db...@chromium.org [1] http://bugs.webkit.org/show_bug.cgi?id=100557