[webkit-dev] FW: Creating custom DOM events

2009-04-08 Thread Ross Lillie
Thanks for the reply. To clarify, it¹s the external process generating an event representing the process¹ completion status that I want to dispatch into a DOM target. I understand that I can simply add and event listener to a DOM element, however if I want my custom event handler to be an attribu

Re: [webkit-dev] FW: Creating custom DOM events

2009-04-08 Thread Darin Adler
WebKit’s API does not offer a way to add a custom HTML element or attribute. You can read the values of attributes but you can’t make setting an attribute have an effect. You can create a custom HTML element, but you can’t make it render any differently than any other unknown element would