Hi In simple words... are you trying to access DOMNode for its position in previous HTML page ? I doubt it can be done. As far as i know DOM tree will be manipulated at every new request for HTML content - be it by user action or by java script.
Thanks & Regards Niilesh On Sat, May 15, 2010 at 7:17 PM, Moray Taylor <[email protected]> wrote: > Hi, > > Is it possible to ask a DOMNode where it's position was in the original > source code? I've looked at HTMLTokenizer.cpp, and can see how it could be > passed on, but I can't figure out if it is or not. > > Cheers! > > MT > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
