w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
178 stars 48 forks source link

Respec table styling changed causing overlap issues #518

Closed scottaohara closed 1 month ago

scottaohara commented 2 months ago

seems something changed with the styles for tables, so now the sticky column headers have no background when scrolling the page. the header column text now overlays the table text w/no background so the header text is difficult to read.

need to add a custom style to fix this, since the sticky headers are custom to this spec

marcoscaceres commented 1 month ago

Yeah, we are deferring more styles to the W3C... if you can avoid adding a custom style, that would be better (because of things like dark mode, etc... or anything else that could change in the future). Instead, file a bug on http://github.com/w3c/tr-design

scottaohara commented 1 month ago

closed by PR #520 removing the sticky header css