We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95246d9 commit cae0faeCopy full SHA for cae0fae
test/validator/samples/a11y-click-events-have-key-events/input.svelte
@@ -23,7 +23,6 @@
23
<footer on:click={noop} />
24
25
<!-- should not warn -->
26
-<!-- svelte-ignore a11y-no-static-element-interactions -->
27
<div class="foo" />
28
29
<a href="http://x.y.z" on:click={noop}>foo</a>
@@ -63,7 +62,6 @@
63
62
64
<div on:click={noop} role="presentation" />
65
<div on:click={noop} role="none" />
66
67
<div on:click={noop} role={dynamicRole} />
68
69
<svelte:element this={Math.random() ? 'button' : 'div'} on:click={noop} />
0 commit comments