<div dir="ltr">Hi,<div><br></div><div>I am checking the layout and rendering of the table element in webkit.</div><div>In the process I figured out that the link of renderers is as follows:</div><div>RenderTable &lt;has&gt; RenderTableSection &lt;has&gt; RenderTableRow &lt;has&gt; RenderTableCell</div>
<div>The layout of the table rows is done in RenderTableSection::layoutRows.</div><div>I did not see any code to specifically set RenderTableRow::setNeedsLayout(false) at the end of the function.</div><div>While there is a call to RenderTableCell::layout , which will then clear the layout flag for RenderTableCell.</div>
<div>So is a RenderTableRow::setNeedsLayout(false) needed at the end of the layout of each row in RenderTableSection::layoutRows?</div><div>If not then where is the RenderTableRow layout flag cleared?</div><div><br></div>
<div>Regards,<br></div><div>Mayur Kankanwadi.<br clear="all"><div><br></div>-- <br>Symbiangeek,Codekata &amp; Webkitwiki all in one - <a href="http://flaminghorns.com" target="_blank">http://flaminghorns.com</a><br>
</div></div>