IntersectionObserver: doesn't support fixed elements
Reported by
l446240525@gmail.com,
Jun 6 2016
|
||
Issue description
,
Jun 7 2016
The problem is that a is not a containing block for b. If you modify your css like this:
#a {
background: red;
transform: translate-z(0px);
}
... then the test case works as expected. Details about what defines a containing block:
https://www.w3.org/TR/CSS2/visudet.html#containing-block-details
|
||
►
Sign in to add a comment |
||
Comment 1 by msrchandra@chromium.org
, Jun 7 2016Labels: Needs-Feedback