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
Diagnostics:
1. Elements with the 'button' interactive role must have a tabindex value
https://svelte.dev/e/a11y_interactive_supports_focus [a11y_interactive_supports_focus]
2. Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as `<button type="button">` or `<a>` might be more appropriate
https://svelte.dev/e/a11y_click_events_have_key_events [a11y_click_events_have_key_events]
It would be helpful to also include svelte-ignore usage(at the bottom):
Diagnostics:
1. Elements with the 'button' interactive role must have a tabindex value
https://svelte.dev/e/a11y_interactive_supports_focus [a11y_interactive_supports_focus]
2. Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as `<button type="button">` or `<a>` might be more appropriate
https://svelte.dev/e/a11y_click_events_have_key_events [a11y_click_events_have_key_events]
Use <!-- svelte-ignore <warning-code> --> to supress this.
Use <!-- svelte-ignore a11y_interactive_supports_focus --> to supress this.
Use <!-- svelte-ignore a11y_click_events_have_key_events --> to supress this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A minor nit pick(opinion)
For warnings like these:
It would be helpful to also include
svelte-ignoreusage(at the bottom):Beta Was this translation helpful? Give feedback.
All reactions