Re: [csswg-drafts] [css-position-3] Define containing block for stickypos internal table elements (#5020)

I think the answer should be that the containing block for rows and cells should be their row group, and for row groups it shoudl be the table grid box.

This way you can get sticky headers with `thead { position: sticky; top: 0; }`, but also get individual sticky rows that can get "carried away" by judicious use of `tbody`s, just like sticky headings + `section`.

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

Received on Wednesday, 29 April 2020 00:15:59 UTC