carstenlebek / svelte-email

Write and send emails with Svelte ✉️🚀
https://svelte-email.vercel.app
MIT License
480 stars 37 forks source link

Update Column.svelte ARIA role attribute #26

Closed n00ki closed 6 months ago

n00ki commented 11 months ago

Fix " cannot have role 'presentation'" a11y warning

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-email ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2023 11:58am
oscarhermoso commented 9 months ago

@n00ki would role="cell" be more appropriate?

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/cell_role

(alternatively, does this even need to have a role?)