On Tue, 2009-08-04 at 16:22 +0800, Bo Yang wrote: > Hi, > Until now, it is two month more since the project "Add DOM support > to Netsurf" GSoC project started, I think it is better to make a "two > month report" for the project. > > 1. The libDOM Core: Generally, this part is in the progress of > review and there is a detailed report about all the DOM Core > interfaces and methods we support/not support now. Please refer: > http://stuff.morebits.org/wiki/LibDOM_Core_Support_Status for detail. > > 2. The libDOM Events Module: I started this module one week ago, > and now, most of its work is done. There is also a detail status of it > at: http://stuff.morebits.org/wiki/LibDOM_Events_Support_Status .
That's great. Can you migrate those wiki pages to the NetSurf wiki please? > Coming work: > > 1. Add MutationEvent/MutationNameEvent support for the DOM Core. For > detail, when the Node.appendChild/removeChild or > Element.setAttribute/removeAttribute get called, there should be some > MutationEvent to be emitted. Are these the only cases where these events are emitted? I had thought there were more. J.
