- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Apr 2020 00:15:57 +0000
- To: public-css-archive@w3.org
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