Re: [csswg-drafts] [css-tables][css-position] sticky cols (#3577)

Technically, `position: sticky` is already supported for table cells ([see example](https://codepen.io/paulobrien/pen/LBrMxa)), so this approach already works in modern browsers. Some browsers still don't apply `position: sticky` to entire table rows and row groups, but this is just their [known implementation bug](https://github.com/w3c/csswg-drafts/issues/2155) that eventually will be fixed. Also, selecting the cells belonging to the same column may be rather tricky if the table has merged cells, but this should be addressed by the [column combinator](https://drafts.csswg.org/selectors-4/#the-column-combinator) proposed in the CSS Selectors Level 4 spec.

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

Received on Thursday, 31 January 2019 12:16:56 UTC