Re: [webkit-dev] Should Table Cell (TD) children inherit height?

2010-06-29 Thread Fady Samuel
Yup, I just wanted to rule this out. Then this means that the div's height is auto, correct? That means it sizes itself to fit its contents. Now, consider a similar situation, suppose its contents have a percent instead, say: div id=div1 style=background-color: red; height:100%; div

[webkit-dev] Should Table Cell (TD) children inherit height?

2010-06-28 Thread Fady Samuel
My understanding is that in quirks mode, table height=100% causes the table to fill the entire client window. Now, I believe the height attribute should trickle down to the TR and TD tags, correct? What about children of a TD tag? If you add an empty div child to a table, should it fit the whole

Re: [webkit-dev] Should Table Cell (TD) children inherit height?

2010-06-28 Thread David Kilzer
How do Firefox and MSIE render the test case? Dave -- Sent from my iPhone 3GS On Jun 28, 2010, at 11:42 AM, Fady Samuel fsam...@chromium.org wrote: My understanding is that in quirks mode, table height=100% causes the table to fill the entire client window. Now, I believe the height