- From: Alan Gresley <alan@css-class.com>
- Date: Thu, 03 Oct 2013 23:39:08 +1000
- To: Øyvind Stenhaug <oyvinds@opera.com>
- CC: CSS 3 W3C Group <www-style@w3.org>
On 3/10/2013 11:31 PM, Øyvind Stenhaug wrote: > On 10/03/2013 02:28 PM, Alan Gresley wrote: > >> Which browsers are showing the correct behavior for the following test >> case. >> >> http://css-class.com/test/css/visformatting/float-computed-used.htm >> >> When the viewport is approximately 1160px or narrower, the absolutely >> positioned box is positioned on the left edge of the viewport in >> Firefox, IE10 and Opera. In Chrome thought, the absolutely positioned >> box is always positioned on the the right edge of the viewport and >> overlaps the first element in the element on the right. > > The absolutely positioned box (.abs) spans the entire width of the > viewport, from left edge to right edge. The difference is in where the > child (.abs .fl) is located. > > WebKit/Blink is incorrect in that it inherits 'right' instead of 'none' > for 'float' in this case. > > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo > http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.6.2.1 Thank you for explanation Øyvind. I will file a bug with Chrome. I am amazed that Opera shows the test case correctly since it uses the blink engine. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/
Received on Thursday, 3 October 2013 13:39:40 UTC