- From: <bugzilla@jessica.w3.org>
- Date: Wed, 29 Aug 2012 21:29:32 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18732 --- Comment #18 from Olli Pettay <bugs@pettay.fi> 2012-08-29 21:29:31 UTC --- (In reply to comment #17) > I meant to echo my original example where the user has done this: > > x = document.querySelector("x-awesome"); > x.addEventListener("onclick", awesomeClick); Well, in that case the default listener would be fine. And btw, it is click, not onclick ;) There is the upgrade event, which dev could use to add necessary listeners. In fact, I'd say listener shouldn't added to the element before it is the right kind of element (document.register is called). -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 29 August 2012 21:29:33 UTC