Closed VirgileD closed 2 years ago
svelte repl is showing these too now. It's a valid concern and should also include ability to tab through the filter headers which is also not possible at the moment.
got a PR I'll be merging soon if you want to have a look and test https://github.com/dasDaniel/svelte-table/pull/115
Hello, using the latest sveltekit and v0.5.1 svelte-table package, I've got two A11y related warnings I'd like to get rid of:
The first one is related to the handleClickCell td's event, the second one to the handleClickExpand. So either we could add a role="none" in the two td tags or try to handle the keydown maybe just use the same handlers as the on:click?
What do you think?