[whatwg] Preventing nested click() calls

2008-03-10 Thread Antti Koivisto
Hi, WebKit, Firefox and IE all implement a protection mechanism against re- entering click() on the same element: input type=checkbox onclick=this.click() WebKit (and based on testing Firefox) make click() a no-op when invoked as a result of a click event generated by calling click() on

Re: [whatwg] Preventing nested click() calls

2008-03-10 Thread Anne van Kesteren
On Mon, 10 Mar 2008 19:49:21 +0100, Antti Koivisto [EMAIL PROTECTED] wrote: WebKit, Firefox and IE all implement a protection mechanism against re- entering click() on the same element: input type=checkbox onclick=this.click() Opera had the same restriction. We now limit it at 50 or so... I

[whatwg] HTML 5 - comments on 5.6 Command APIs

2008-03-10 Thread Tom Gilder
Hello! Several comments on 5.6 Command APIs... 1) Typo: insertOrderedList is listed as a heading twice. The second instance should be insertUnorderedList. 2) What's happened to the commands indent and outdent? Without these, it's impossible to make a list of more than one level deep. I