Le 15 août 2010 10:40, Cristiano <[email protected]> a écrit :

> 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.
>

Jaime and Philip have started looking at this, but I don't believe they've
committed anything yet (and I doubt they'd mind a little help). There are
also a couple of projects out there that have begun this as well (see
below). Maybe it's time to start a concerted effort to clean up all our
HTML5 libraries and wrappers?

  http://code.google.com/p/gwt-mobile-webkit/
  http://code.google.com/p/gwt-html5-media

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to