Describe the bug
<!-- a11y_click_events_have_key_events -->
<div onclick={() => {}}></div>
<span onclick={() => {}}></span>
<h1 onclick={() => {}}></h1>
<section onclick={() => {}}></section>
<!-- no warning -->
<tr onclick={() => {}}></tr>
Reproduction
https://svelte.dev/playground/4cbe7c2ed42b498089cfa612de9516fd?version=latest
Logs
System Info
Severity
annoyance