I have DOMAttrModified working on webkit with some patches and I was wondering changing of what kind of attributes will trigger this event? For example, it does not trigger when I change innerHTML. And is there an easy way for me to know which of these attributes directly change user interface. For example id does not directly, but indirectly javascript could change it depending on the value of id.
Thanks!