Hello all, I need to work with new HTML5 elements: video and SVG's tags. Now I'm doing some experiment and I'm working out this HTML5 support by myself on a modified src of GWT: I'm adding some new "Element" subclasses for some example element (<video>,<svg>,<g>,<image>) and extending the com.google.gwt.dom.client.Document.java and com.google.gwt.user.client.DOM.java classes by adding in a straightforward way all the SVG and video element creation methods I need for my tests.
I want to ask you if is there anyone else who is doing the same on an official branch of GWT or into the incubator, so not to do a duplicate work. Thank you, Cristiano -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
