Hi,
In here http://webkit.org/blog/114/webcore-rendering-i-the-basics/, it talks about DOM tree and Render tree. Can you please tell me does it mean for each DOM element, * there will be a Render Object (1-to-1 mapping)? What about invisible element? e.g. <input type=hidden> * does each DOM element will have it unique Render object (i.e. no 2 different element type will be represented by the same render object type)? e.g. LI, OL will have their own Render objects? _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

