Re: [csswg-drafts] [css-position] Events for stickiness changes (#1660)

Hack with adding sentinel elements to the top and the bottom of the scrolling root like [this one](https://developers.google.com/web/updates/2017/09/sticky-headers) has limitations.
In certain cases I can't add extra elements inside container and when I can it become not possible to use some pseudo-classes like :first-child for a meaningful content.

In general this way adds cumbersome code and difficulties for other team member to reason about it.

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

Received on Monday, 7 January 2019 09:33:23 UTC