On Fri, Oct 24, 2008 at 1:15 PM, Darin Adler <[EMAIL PROTECTED]> wrote:

> On Oct 24, 2008, at 1:08 PM, Giri Rao wrote:
>
>  The dom tree stops here and does not give me a #text node for the
>> textarea's text. Is there a way to get the text while traversing the dom
>> tree?
>>
>
> The HTMLTextAreaElement has a function named value, which will give you the
> text.

Ok, will give this a shot

>
> It's very strange to be "walking the render tree". I don't know why you're
> doing that.

I want to be able to understand the layout of a document, for some analysis
purposes.

>
>
>    -- Darin
>
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to