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 tinga...@gmail.com wrote: It would be great if there was some kind of orientation fixing for the mobile web. Developers might develop portrait

Re: [whatwg] Comments on dialog

2013-12-18 Thread Matt Falkenhagen
On Wed, Dec 18, 2013 at 5:14 AM, Ian Hickson i...@hixie.ch 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

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

Re: [whatwg] Comments on dialog

2013-12-18 Thread Brian Blakely
On Tue, Dec 17, 2013 at 3:14 PM, Ian Hickson i...@hixie.ch 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 divs to satisfy this It might

Re: [whatwg] Add input Switch Type

2013-12-18 Thread Brian Blakely
On Tue, Nov 19, 2013 at 6:29 AM, Elliott Sprehn espr...@chromium.orgwrote: On Tue, Nov 19, 2013 at 1:37 AM, Jonas Sicking jo...@sicking.cc 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

Re: [whatwg] Comments on dialog

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 i...@hixie.ch 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

Re: [whatwg] Comments on dialog

2013-12-18 Thread Brian Blakely
On Wed, Dec 18, 2013 at 2:13 PM, Ian Hickson i...@hixie.ch wrote: On Wed, 18 Dec 2013, Brian Blakely wrote: On Tue, Dec 17, 2013 at 3:14 PM, Ian Hickson i...@hixie.ch 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

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

2013-12-18 Thread Ian Hickson
On Tue, 17 Dec 2013, Ami Fischman wrote: Recently https://www.w3.org/Bugs/Public/show_bug.cgi?id=23263 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 the