Is there a way to use the DOM component of webkit without the rendering?

The goal is to load an HTML document and have access to stuff like:

innerHTML
querySelector
appendChild
getAttribute
setAttribute
data-* HTML5 stuff
INPUT.checked
SELECT.options
SELECT.selectedIndex
HTML5 form validation (getting the result)
(anything that has to do with modifying the DOM, minus coordinates)

I don't want stuff like local storage, ajax, sockets, cookies, etc...

Is this possible?

- Luke


_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to