[webkit-dev] DOMAttrModified events in WebKit

2010-01-05 Thread Chris Marrin
There is a bug posted (https://bugs.webkit.org/show_bug.cgi?id=8191) about the implementation of DOMAttrModified events. The implementation is quite far along and there are many posts begging for it, but it is stalled because of one comment (https://bugs.webkit.org/show_bug.cgi?id=8191#c17)

Re: [webkit-dev] DOMAttrModified events in WebKit

2010-01-05 Thread Peter Kasting
On Tue, Jan 5, 2010 at 4:50 PM, Chris Marrin cmar...@apple.com wrote: I don't think the discussion here should be whether or not mutation events a A Good Thing or not. They are being put to good use in Firefox already and they are part of DOM Level 2 already. The question should be whether

Re: [webkit-dev] DOMAttrModified events in WebKit

2010-01-05 Thread Maciej Stachowiak
On Jan 5, 2010, at 4:50 PM, Chris Marrin wrote: There is a bug posted (https://bugs.webkit.org/show_bug.cgi?id=8191) about the implementation of DOMAttrModified events. The implementation is quite far along and there are many posts begging for it, but it is stalled because of one

Re: [webkit-dev] DOMAttrModified events in WebKit

2010-01-05 Thread Peter Kasting
On Tue, Jan 5, 2010 at 7:56 PM, Maciej Stachowiak m...@apple.com wrote: If at all possible, I would prefer to help develop and promote a superior alternative to DOM events rather than extending our DOM event support. That being said, this is not a strong line in the sand. If enough