Re: [csswg-drafts] [cssom-view] Algorithm of `Element.offsetParent`

This is a testcase with which we can compare behavior of different 
engines: 
https://bug1294667.bmoattachments.org/attachment.cgi?id=8781553

It seems WebKit always returns `<body>` which is useless anyway. Blink
 returns `#outer` only when `position: something`. Gecko returns 
`#outer` for all cases which create a containing block.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/409#issuecomment-240114909 
using your GitHub account

Received on Tuesday, 16 August 2016 14:15:20 UTC