Firefox shifts the caption 110px to the right, but Blink and WebKit only shift it 58px.
So Firefox resolves against the border box of the table wrapper box, while Blink&WebKit use the table grid box.
The spec claims that the table wrapper box is a block container, so I would expect to resolve against the content box of the table wrapper box.
Firefox shifts the caption 110px to the right, but Blink and WebKit only shift it 58px. So Firefox resolves against the border box of the table wrapper box, while Blink&WebKit use the table grid box. The spec claims that the table wrapper box is a block container, so I would expect to resolve against the content box of the table wrapper box.