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

There is a problem with sentinel elements when we use `position: sticky` for sticking table part (column, header, ...). In that case, there are actually several problems. Starting with we are unable to add `<div>` inside table `<tr>` element, or dealing with unknown column width. I'm unable to solve this without CSS :stuck or similar JS event or intersetion observer. Only solution for me in this case would be scroll events.

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

Received on Tuesday, 26 February 2019 14:48:57 UTC