RE: [css-tables][css2.1] What should the measurement of the table be?

> and backgrounds paint under padding.  You need "background-clip: 
content-box" too.

Great point, so I added a border edge of the padding box is: http://jsbin.com/suhemisafe/1/edit


> That said, you're correct about what Gecko actually does right now: Once layout on the row is complete (the timing here is important to understand what's going in in the testcases) it goes and stretches the content box of the cells instead of adding padding to them.

That and the resolution of the percentages which I think is actually causing the confusion on the interop in this scenario.

> Interop, what interop?  :(

We're getting there :)

Received on Tuesday, 24 March 2015 17:22:33 UTC