Open n00ki opened 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?
svelte-email
A11y: <td> cannot have role 'presentation'
<td>
Column.svelte
cell
<td style={styleToString(styleDefault)} role="cell" {...$$restProps}>
Thanks in advance🙏
Bump. role='presentation' is breaking run build.
It just drops a warning, no?
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 inColumn.svelte
. Maybe we should consider changing the aria role tocell
?Thanks in advance🙏