- From: Nick Williams via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Feb 2021 16:18:16 +0000
- To: public-css-archive@w3.org
@hunboy Thanks. But you may be surprised to learn that changing the display value of a table actually strips it of its semantics. See here: https://developer.paciellogroup.com/blog/2018/03/short-note-on-what-css-display-properties-do-to-table-semantics/. You can verify this in the dev tools. With `display: grid`, the accessibility tree for the table consists of `gridcell`s instead of `row`s. So this is not suitable approach. (aside: in my use-case I do not care so much about the first column being sticky, just the headers, combined with overflow-x) -- GitHub Notification of comment by WickyNilliams Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-771754044 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 2 February 2021 16:18:18 UTC