carstenlebek / svelte-email

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

A11y ARIA Role Warning #18

Open n00ki opened 1 year ago

n00ki commented 1 year ago

Hi :)

Lately, I noticed an a11y warning in my tests regarding svelte-email: A11y: <td> cannot have role 'presentation'. This warning comes from the <td> element in Column.svelte. Maybe we should consider changing the aria role to cell?

<td style={styleToString(styleDefault)} role="cell" {...$$restProps}>

Thanks in advance🙏

kengher commented 11 months ago

Bump. role='presentation' is breaking run build.

polaroi8d commented 3 months ago

Bump. role='presentation' is breaking run build.

It just drops a warning, no?