- From: Alan Gresley <alan@css-class.com>
- Date: Tue, 29 Jul 2014 20:03:23 +1000
- To: Greg Whitworth <gwhit@microsoft.com>, GĂ©rard Talbot <www-style@gtalbot.org>
- CC: Pavel Curtis <pavelc@microsoft.com>, W3C www-style mailing list <www-style@w3.org>
On 29/07/2014 12:25 PM, Alan Gresley wrote: > I would agree with this. The rel. pos. inline parent should be offset > by left:100px (moving the bounding box, the vertical offset is not > important) But there is a bug also in Firefox 31 with vertical offset. > but it appears that Firefox 31 considers the static > position of the abs. pos. child with auto offsets without considering > the offset of of the rel. pos. inline parent. > There are two test cases. The basic one (the former which Chrome > fails) and the one based on Boris Zbarsky's test case (the latter > which Firefox and Chrome fails in different ways). > > http://css-class.com/test/css21testsuite/abs-pos-child-inside-rel-pos-inline-001.html > > http://css-class.com/test/css21testsuite/abs-pos-child-inside-rel-pos-inline-offset-001.html Here is a test case for the vertical offset also seen in Boris Zbarsky's test case which Firefox fails. http://css-class.com/test/css21testsuite/abs-pos-child-inside-rel-pos-inline-offset-002.html
Received on Tuesday, 29 July 2014 10:03:55 UTC