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

Here is the behavior I see in Edge:
```
outer.style     inner.offsetParent
/* empty */     body
position: relative      outer
transform: translate(0) body
will-change: position   body
will-change: transform  body
```

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

Received on Wednesday, 24 August 2016 16:35:27 UTC