Html with css

Jesse Aldridge wrote:

I really like wx.HtmlWindow, but I find myself wanting more. Is there any way I can get it to handle CSS? Or is there any way I can use the Firefox rendering stuff (whatever it's called) from within wxPython?

There is a effort in progress to provide a wx wrapper for the WebKit library from Apple. WebKit is designed to be cross platform and we are implementing the wx port by using wx itself as a new WebKit platform. It's still a little rough in places but is making good progress. I read something recently about WebKit being the only rendering engine that passes 100% of the some set of tests from W3C or someplace, (Firefox only passes 75%) so it should be a real nice tool to have available to us.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!