- From: mattwoodrow via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Feb 2019 21:26:21 +0000
- To: public-css-archive@w3.org
We also discussed how WebKit/blink look to non-parent ancestors to determine if we're participating in a 3d rendering context (spec says look at containing block, current behaviour appears to be stacking context), whereas Gecko looks at the direct parent element. This causes issues when flattening properties are neither a containing block or a stacking context (overflow:scroll), but still need to influence the decision. Gecko's approach is simpler and avoids this problem (and appears to be largely webcompat!), but does mean that a no-op <div> will flatten (using the default transform-style:flat). -- GitHub Notification of comment by mattwoodrow Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1950#issuecomment-468444708 using your GitHub account
Received on Thursday, 28 February 2019 21:26:22 UTC