You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 to
cell
?Thanks in advance🙏
The text was updated successfully, but these errors were encountered: