Re: [whatwg] Additional details for invoking requestAutocomplete

2014-04-11 Thread Evan Stade
Perhaps now is a more appropriate time for this discussion, given that requestAutocomplete is now published in the spec (!). -- Evan Stade On Mon, Mar 10, 2014 at 1:33 PM, Evan Stade est...@chromium.org wrote: Hi WhatWG. Currently, requestAutocomplete lets a user agent provide the same

Re: [whatwg] Various autocomplete= topics

2014-04-11 Thread Edward O'Connor
Hi, Ian wrote: Is there any reason to have two fields here, why not just new both times? That works for me. Browsers can supply the same value for multiple autocomplete=new-password fields in the same form. Also, should we have an old field for the old password, or is the lack of an

Re: [whatwg] Proposal: requestBackgroundProcessing()

2014-04-11 Thread Ian Hickson
On Thu, 20 Feb 2014, Ashley Gullen wrote: We're building a browser-based P2P multiplayer engine on top of WebRTC DataChannels. You can try out our work-in-progress here: http://www.scirra.com/labs/multiplayer/test1/ The first player in to a room is assigned the host, and all other

Re: [whatwg] Media sink device selection on audio/video

2014-04-11 Thread Edward O'Connor
Hi, The consensus opinion at WebRTC and MediaCapture seemed to be that the ability to let an app say which of these 5 microphones do you want? is more amenable to creating good apps than leaving this UI to the browser chrome. Seems to me that the privacy aspects (the fingerprinting

Re: [whatwg] Media sink device selection on audio/video

2014-04-11 Thread Glenn Maynard
On Fri, Apr 11, 2014 at 6:23 PM, Edward O'Connor eocon...@apple.com wrote: The consensus opinion at WebRTC and MediaCapture seemed to be that the ability to let an app say which of these 5 microphones do you want? is more amenable to creating good apps than leaving this UI to the browser