[webkit-dev] WebCore rendering questions

ying lcs yinglcs at gmail.com
Tue May 26 11:42:44 PDT 2009


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?


More information about the webkit-dev mailing list