[webkit-dev] Shadow nodes in webkit

Darin Adler darin at apple.com
Fri Oct 24 13:15:41 PDT 2008


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.

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

     -- Darin



More information about the webkit-dev mailing list