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

Maciej Stachowiak mjs at apple.com
Mon Jun 28 19:11:14 PDT 2010


On Jun 28, 2010, at 6:32 PM, David Kilzer wrote:

> How do Firefox and MSIE render the test case?

Our rendering on this content matches Firefox in both quirks and standards mode. I also do not know if a reason per spec for the div to get 100% height. Height does not inherit.

 - Maciej

> 
> Dave
> --
> Sent from my iPhone 3GS
> 
> On Jun 28, 2010, at 11:42 AM, Fady Samuel <fsamuel at 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 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 cell, or should it have a size of 0?
>> 
>> 
>> <table width="100%" border="0" style="height:100%;">
>>    <tr>
>>        <td style="background-color: red;">
>>      <div id="drawing" style="background-color: green;"></div>
>>    </td>
>>    </tr>
>> </table>
>> 
>> 
>> WebKit will show you red instead of green because the div does not have a height of 100%.
>> 
>> Now if you make the div's height 100%, you get green. 
>> 
>> Should a cell's child inherit height?
>> 
>> Thanks,
>> 
>> Fady Samuel
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



More information about the webkit-dev mailing list