Re: [whatwg] Media sink device selection on /

2013-12-18 Thread Ami Fischman
On Wed, Dec 18, 2013 at 8:38 PM, Ian Hickson wrote: > On Tue, 17 Dec 2013, Ami Fischman wrote: > > Recently > > Navigator acquired the ability to enumerate media output devices (in > > addition to input devices): > > > http://dev.w3.org/2011/

Re: [whatwg] Media sink device selection on /

2013-12-18 Thread Ian Hickson
On Tue, 17 Dec 2013, Ami Fischman wrote: > > Recently > Navigator acquired the ability to enumerate media output devices (in > addition to input devices): > http://dev.w3.org/2011/webrtc/editor/getusermedia.html#enumerating-devices What's

Re: [whatwg] Comments on

2013-12-18 Thread Brian Blakely
On Wed, Dec 18, 2013 at 2:13 PM, Ian Hickson wrote: > On Wed, 18 Dec 2013, Brian Blakely wrote: > > On Tue, Dec 17, 2013 at 3:14 PM, Ian Hickson wrote: > > > > > > I've added a rule to the spec that says that viewports have to be > > > pannable so you can see all of a dialog, but I don't know ho

Re: [whatwg] Proposal: downsample while decoding image blobs in createImageBitmap()

2013-12-18 Thread Rik Cabanier
On Tue, Dec 17, 2013 at 11:59 PM, David Flanagan wrote: > On 12/17/13 10:55 PM, Rik Cabanier wrote: > > > > > On Tue, Dec 17, 2013 at 9:36 PM, David Flanagan wrote: > >> On 12/17/13 8:36 PM, Rik Cabanier wrote: >> >> Hi David, >> >> is there a reason why you are completely decoding the image wh

Re: [whatwg] Comments on

2013-12-18 Thread Ian Hickson
On Wed, 18 Dec 2013, Brian Blakely wrote: > On Tue, Dec 17, 2013 at 3:14 PM, Ian Hickson wrote: > > > > I've added a rule to the spec that says that viewports have to be > > pannable so you can see all of a dialog, but I don't know how feasible > > that really is. > > I could see implementatio

Re: [whatwg] Add "Switch" Type

2013-12-18 Thread Brian Blakely
On Tue, Nov 19, 2013 at 6:29 AM, Elliott Sprehn wrote: > On Tue, Nov 19, 2013 at 1:37 AM, Jonas Sicking wrote: > > > Realistically speaking, I don't think this will help much at all. Few > > websites like using the default styling for form controls anyway and > > so people would be just as unhapp

Re: [whatwg] Comments on

2013-12-18 Thread Brian Blakely
On Tue, Dec 17, 2013 at 3:14 PM, Ian Hickson wrote: > I've added a rule to the spec that says that viewports have to be pannable > so you can see all of a dialog, but I don't know how feasible that really > is. > I could see implementations using shadow s to satisfy this It might be beneficial

Re: [whatwg] Proposal: downsample while decoding image blobs in createImageBitmap()

2013-12-18 Thread Robert O'Callahan
Yes. Especially on these devices, JPEG decoding is undue latency. Also, Rik's suggestion makes an ImageBitmap just a thin wrapper around a Blob, with decoding performed every time we do a drawImage call. That's bad for performance in many cases. David's proposal lets the author be a little bit mor

Re: [whatwg] Comments on

2013-12-18 Thread Matt Falkenhagen
On Wed, Dec 18, 2013 at 5:14 AM, Ian Hickson wrote: > My conclusion is that it's a tough call, but the current API is probably > the least bad compromise (there's a resounding endorsement, eh?). I'm not > the final decider on this, though; that would be the browser vendors. I > believe Blink is cu

Re: [whatwg] Orientation fixing for mobile devices

2013-12-18 Thread Tingan Ho
OH never mind found the spec for it https://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html. On Wed, Dec 18, 2013 at 3:29 PM, Tingan Ho wrote: > It would be great if there was some kind of orientation fixing for the > mobile web. > > Developers might develop portrait or landscape o