Re: [css-d] display:inline-block Rendering Differences

2011-05-02 Thread Philippe Wittenbergh
On May 3, 2011, at 2:21 PM, Chetan Crasta wrote: > I fixed the problems with that first test, I have specified the font > size and font family: http://roughtech.com/t/centering_multi1.html > Opera 11 still renders the page differently from other browsers. Is that a > bug? Yes. The bottom of the

Re: [css-d] display:inline-block Rendering Differences

2011-05-02 Thread Chetan Crasta
I fixed the problems with that first test, I have specified the font size and font family: http://roughtech.com/t/centering_multi1.html Opera 11 still renders the page differently from other browsers. Is that a bug? >> The baseline of an 'inline-block' is the baseline of its last line box in >> t

Re: [css-d] display:inline-block Rendering Differences

2011-05-02 Thread Philippe Wittenbergh
On May 3, 2011, at 2:30 AM, Chetan Crasta wrote: > While experimenting with display:inline-block, I was surprised to find > differences in rendering by three current browsers, viz. Chrome 11, > Firefox 4 and Opera 11.10. Internet Explorer 8 and Safari's rendering > is the same as Chrome 11. > >

[css-d] display:inline-block Rendering Differences

2011-05-02 Thread Chetan Crasta
While experimenting with display:inline-block, I was surprised to find differences in rendering by three current browsers, viz. Chrome 11, Firefox 4 and Opera 11.10. Internet Explorer 8 and Safari's rendering is the same as Chrome 11. Here's the page: http://roughtech.com/t/centering_multi.html W