On Thu, Jun 9, 2011 at 19:17, Daniel Oliveira <[email protected]> wrote: > Is it possible to find documentation about the various DOM elements?
I found most documentation for DOM elements through this web site: http://www.roojs.org/seed/gir-1.2-gtk-2.0/seed/WebKit.DOMElement.html The documentation is generated from the introspection info that's available. Ironically most of these methods are not available through introspection... > Specifically how to instantiate them (what properties does each have?). You can also find some DOM manipulation examples in the unit tests provided with WebKit. -- Emmanuel Rodriguez _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
