Re: WebIDL Plans

2015-04-13 Thread Arthur Barstow
On 4/12/15 2:44 AM, Anne van Kesteren wrote: On Fri, Apr 10, 2015 at 2:53 PM, Yves Lafon yla...@w3.org wrote: We are planning to move WebIDL forward to REC, here is the plan to achieve that: Who is we? Apparently this wasn't even discussed with the editors. I consider Yves' posting [1] as a

Re: Mozilla and the Shadow DOM

2015-04-13 Thread Anne van Kesteren
On Wed, Apr 8, 2015 at 9:56 AM, Hayato Ito hay...@chromium.org wrote: At the same time, however, I still have a concern, Do developers really need such a fine-grained control? Is it too early optimization, isn't? There has been pretty clear feedback from e.g. Ember that not exposing the

Re: [clipops][editing] document.execCommand('copy', false, 'some data') ?

2015-04-13 Thread Hallvord Reiar Michaelsen Steen
On Sat, Apr 11, 2015 at 8:16 PM, Aryeh Gregor a...@aryeh.name wrote: element.onclick = function(){ document.execCommand('copy', false, 'foo'); } Is this really copying? As in an operation that places some data on the system clipboard, yes ;) but I see your point of view. I think

Re: [clipops][editing] document.execCommand('copy', false, 'some data') ?

2015-04-13 Thread Aryeh Gregor
On Mon, Apr 13, 2015 at 3:18 PM, Hallvord Reiar Michaelsen Steen hst...@mozilla.com wrote: So.. are you suggesting something like window.Clipboard.setData('text/plain', 'foo') ? Maybe. I don't know what a good name would be.

Re: PSA: publishing new WD of Gamepad on April 14

2015-04-13 Thread Ted Mielczarek
On Thu, Apr 9, 2015 at 5:15 PM, Ashley Gullen ash...@scirra.com wrote: Why doesn't the Gamepad API fire events for button pushes or axis movements? For example when pressing a mouse button or moving the mouse the browser fires mousedown and mousemove. The Gamepad API however requires you to