Re: [dom-events] dispatchEvent()ing a UA-dispatched event

On 5/6/10 7:16 AM, Simon Pieters wrote:
> For my use case (making table rows or <canvas> clickable without having
> to create a new event and copy over all properties manually), maybe we
> could introduce a cloneEvent API similar to cloneNode? I realize that it
> is kind of messy to redispatch events, but it would be nice with an easy
> way to clone an event and dispatch that.

So for <canvas> you can just put it inside an <a>, right?  The real 
issue is table rows, due to how HTML parsing works?

-Boris

Received on Thursday, 6 May 2010 13:48:14 UTC