hints

 From:  Michael Gibson
3963.26 In reply to 3963.25 
Hi Dave,

> Fair enough. Are there any other major functional pieces
> of WebKit you are planning on leaving out?

There are some other various stuff - web workers, SQL Lite database storage, video support. To enable some of these things would involve pulling in additional support libraries as well.

> I'm planning to use <canvas> in some other projects
> I'm working on, but SVG has never really appealed to
> me, so I won't bemoan it not being there in MoI.

<canvas> seems to be getting used much more frequently for interactive type stuff.

(note to others - this is referring to SVG not so much as a file format, more about its dynamic scripting object model and event handling, etc... )

- Michael