[webkit-help] DOM without rendering?

Luke Scott luke at cywh.com
Mon Apr 16 14:04:22 PDT 2012


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20120416/042680b6/attachment.html>


More information about the webkit-help mailing list