Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A11y ARIA Role Warning #18

Open
n00ki opened this issue Jul 4, 2023 · 2 comments
Open

A11y ARIA Role Warning #18

n00ki opened this issue Jul 4, 2023 · 2 comments

Comments

@n00ki
Copy link

n00ki commented Jul 4, 2023

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
Copy link

kengher commented Nov 21, 2023

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

@polaroi8d
Copy link

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

It just drops a warning, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants